{
"title": "Tag",
"type": "object",
"properties": {
"id": {
"format": "uuid",
"title": "Id",
"type": "string"
},
"object": {
"title": "Object",
"type": "string"
},
"label": {
"title": "Label",
"type": "string"
},
"type": {
"title": "Type",
"type": "string"
},
"description": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Description"
},
"oracle_ids": {
"items": {
"format": "uuid",
"type": "string"
},
"title": "Oracle Ids",
"type": "array"
}
},
"required": [
"object",
"label",
"type",
"description",
"oracle_ids"
]
}