Schema Object


Properties
idstringRead-onlyformat GUID

Translation schema ID.


keyobject

Translation schema unique key identifier.


fieldsMap <string, SchemaField>minItems 1maxItems 1000format map

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.


previewFieldsobject

Fields displayed in content previews. For example, a product name for a product translation schema.


hiddenboolean

Whether the translation schema is hidden from the site.

Default: false


displayNamestringmaxLength 100

parentIdstringformat GUID

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.


revisionintegerRead-onlyformat int64

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.


createdDatestringRead-onlyformat date-time

Date and time the translation schema was created.


updatedDatestringRead-onlyformat date-time

Date and time the translation schema was updated.


duplicateContentboolean

Whether to duplicate the translated content when a site containing the translation schema and content is duplicated.

Default: false

Was this helpful?
Yes
No