| Name | Type | Description | Notes |
|---|---|---|---|
| auto_compiled | bool | True when this file is generated by the CJSON compiler and must not be edited directly. Its .cjson sibling is the source. | [optional] |
| directory | bool | True when this entry is a directory. | [optional] |
| fs_directory_oid | int | StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent. | [optional] |
| fs_file_oid | int | StoreFront file system file oid. Absent on a directory entry, which has no file oid. | [optional] |
| hash_sha256 | string | SHA-256 of the content. Use as the If-Match value when writing. | [optional] |
| i18n_violation | bool | True when the file has internationalization violations. | [optional] |
| last_modified | string | Last modified timestamp. | [optional] |
| merge_conflict | bool | True when the file carries an unresolved theme merge conflict. Blocks theme activation. | [optional] |
| mime_type | 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] |
| read_only | bool | True when the file is marked read only. | [optional] |
| size | int | Size in bytes. Zero for directories. | [optional] |
| valid | bool | False when the file failed Velocity validation on its last write. | [optional] |
| version | int | Current version number of the file. Absent on a directory entry, which is not versioned. | [optional] |