Translation schema ID.
Translation schema unique key identifier.
List of fields for the translation schema. This property uses a string to map to a SchemaField
(Map<string, SchemaField>
). The string serves as a key, which you'll need to access each field in the schema and when adding translation content.
Fields displayed in content previews. For example, a product name for a product translation schema.
Whether the translation schema is hidden from the site.
Default: false
Translation schema name displayed in the Translation Manager.
A reference to the parent schema. For example, if the schema is for a menu item, this property would contain the schema ID of the menu it belongs to.
Revision number, which increments by 1 each time the schema is updated. To prevent conflicting changes, the existing revision
must be used when updating a schema.
Date and time the translation schema was created.
Date and time the translation schema was updated.
Whether to duplicate the translated content when a site containing the translation schema and content is duplicated.
Default: false