Teamable Hierarchy
An Object
Note |
Parent
This Teamable Hierarchy is contained within a Cluster.
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
_doc | string | No | The primary ID | |
_system | object | No | Metadata maintained by the system | |
child | No | |||
parent | No |
Schema
{
"type": "object",
"extends": "document",
"description": "Teamable Hierarchy",
"container": "cluster",
"properties": {
"parent": {
"teamableTypeId": {
"type": "string"
},
"teamableId": {
"type": "string"
},
"datastoreTypeId": {
"type": "string"
},
"datastoreId": {
"type": "string"
}
},
"child": {
"teamableTypeId": {
"type": "string"
},
"teamableId": {
"type": "string"
},
"datastoreTypeId": {
"type": "string"
},
"datastoreId": {
"type": "string"
}
},
"_doc": null,
"_system": null
},
"id": "teamableHierarchy"
}