| Name | Type | Description | Notes |
|---|---|---|---|
| autoCompiled | Boolean | True when this file is generated by the CJSON compiler and must not be edited directly. Its .cjson sibling is the source. | [optional] |
| directory | Boolean | True when this entry is a directory. | [optional] |
| fsDirectoryOid | Integer | StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent. | [optional] |
| fsFileOid | Integer | StoreFront file system file oid. Absent on a directory entry, which has no file oid. | [optional] |
| hashSha256 | String | SHA-256 of the content. Use as the If-Match value when writing. | [optional] |
| i18nViolation | Boolean | True when the file has internationalization violations. | [optional] |
| lastModified | String | Last modified timestamp. | [optional] |
| mergeConflict | Boolean | True when the file carries an unresolved theme merge conflict. Blocks theme activation. | [optional] |
| mimeType | String | Mime type. Only text/_* files can be read as content or searched by text. | [optional] |
| name | String | File or directory name. | [optional] |
| path | String | Full path of the file or directory. | [optional] |
| readOnly | Boolean | True when the file is marked read only. | [optional] |
| size | Integer | Size in bytes. Zero for directories. | [optional] |
| valid | Boolean | False when the file failed Velocity validation on its last write. | [optional] |
| version | Integer | Current version number of the file. Absent on a directory entry, which is not versioned. | [optional] |