Schema
The schema outlines the document types that editors are allowed to create within Content.
Introduction
Main Screen
In the side menu select Schema. For the first time, you will land on an empty page where you can start adding your schema.
Here you can manage all your application schemas.
Toolbar
In the Module Toolbar you can find one main button:
Add Schema - add new Schema Entity.
Add Schema
In the Add Schema form you can find the following fields :
Name - Unique name used in generated JSON in APIs
Display Name - Name exposed to the user in UI.
Type - A schema can be of two types :
ROOT - for document content.
NODE - for nested objects inside other schemas.
ENUM - enumeration of static values.
ROOT and NODE
In the main Schema Screen, in the action section, you will find a pencil icon for EDIT action.
Here you can find the next form fields :
Name - Unique name used in generated JSON in APIs
Display Name - Name exposed to the user in UI.
Preview Field - Filed that will appear in Schema overview in Content Editor.
Preview Image - The image will appear on Schema mouse over in Content Editor.
Fields - Fields definition that defines the Content shape.
A list of all schema kinds available :
Asset
Assets
Boolean
Color
Date
Date Time
Link
Markdown
Number
Option
Options
Reference
References
Rich Text
Schema
Schemas
Text
Text Area
ENUM
In the main Schema Screen, in the action section, you will find a pencil icon for EDIT action.
Here you can find the next form fields :
Name - Unique name used in generated JSON in APIs
Display Name - Name exposed to the user in UI.
Values - Values for enumerations with Names and Values. Names will be used in UI and values in REST JSON.