Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.72 KB

File metadata and controls

23 lines (19 loc) · 1.72 KB

UltraCartRestApiV2.SfvbFileEntry

Properties

Name Type Description Notes
auto_compiled 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]
fs_directory_oid Number StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent. [optional]
fs_file_oid Number 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 Boolean True when the file has internationalization violations. [optional]
last_modified String Last modified timestamp. [optional]
merge_conflict Boolean 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 Boolean True when the file is marked read only. [optional]
size Number Size in bytes. Zero for directories. [optional]
valid Boolean False when the file failed Velocity validation on its last write. [optional]
version Number Current version number of the file. Absent on a directory entry, which is not versioned. [optional]