No description available.
Properties
View raw schema
{
"type": "object",
"required": [
"tid"
],
"properties": {
"tid": {
"type": "string",
"format": "tid"
},
"name": {
"type": "string"
},
"parentTid": {
"type": "string",
"format": "tid"
}
}
}