Nested Item Schemas

The nestedItemSchemas field allows you to create a type of item that is nested with another (parent) item.

The name of each schema is unique, as are its attributes. A nested item schema cannot have attributes in common with one of his parents.

Here is the basic structure of a nested item schema:

Name

type

Description

name

string

name of the item type

attributes

list

nestedItemSchemas

list

nested item schema for this schema

The fields are similar to those in the parent item schema.

A nested item schema can itself have other nested item schemas, but an item schema cannot have more than 3 levels of nesting.

Last updated