1. Docs
  2. API Reference
  3. HierarchySchemaResponseDto

HierarchySchemaResponseDto

Example

JSON
{
  "node_types": [
    "string"
  ],
  "allowed_children": {},
  "max_depth": 0,
  "root_node_type": "string"
}

Properties

4 properties 3 required

node_types array of string Required
allowed_children object Required
max_depth number Required
root_node_type string Optional
nullable
Was this page helpful?

Tell us how we can improve this guide.