EntityType
id object
anyOf
- string
- null
string
nameName (string)required
alias object
anyOf
- string
- null
string
categoryCategory (string)
Default value:
ontology.entitytype object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
created_at object
anyOf
- integer
- null
integer
updated_at object
anyOf
- integer
- null
integer
schema object
anyOf
- object
- null
object
attributes object
anyOf
- object
- null
object
EntityType
{
"id": "string",
"name": "string",
"alias": "string",
"category": "ontology.entity",
"type": "string",
"collection_id": "string",
"tags": [
"string"
],
"description": "string",
"created_at": 0,
"updated_at": 0,
"schema": {},
"attributes": {}
}