Content Management API > Schema Menu Item
Schema Menu Item
In DatoCMS you can organize the different models and blocks present in your administrative area reordering and grouping them, so that their purpose will be more clear to the final editor.
Object payload
id string
RFC 4122 UUID of schema menu item expressed in URL-safe base64 format
Example:
"uinr2zfqQLeCo_1O0-ao-Q"
type string
Must be exactly "schema_menu_item".
JSON API type field
label null, string
The label of the schema menu item (only present when the schema menu item is not linked to an item type)
Example:
"Posts"
position integer
Ordering index
Example:
1
kind enum
Indicates if the schema menu item refers to an item type or a modular block
Example:
"item_type"
item_type
modular_block