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
  attributes.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"
   attributes.position   integer   
 Ordering index
 Example: 
 1
   attributes.kind   enum   
 Indicates if the schema menu item refers to an item type or a modular block
 Example: 
 "item_type"
   item_type      
       modular_block      
       relationships.item_type.data    
 Item type associated with the schema menu item
Type:
ResourceLinkage<"item_type">, null 
   relationships.children.data    
 Underlying schema menu items
Type:
Array<ResourceLinkage<"schema_menu_item">>