DatasetUsageEntity
Single ontology resource that backs its data from a dataset.
sink_idSink Id (string)required
EntitySink or RelationSink ID
resource_idResource Id (string)required
EntityType or RelationType ID
resource_nameResource Name (string)required
resource_alias object
anyOf
- string
- null
string
collection_id object
Identifier of the collection that contains the ontology resource, or null when the resource is not associated with a collection.
- string
- null
string
kindKind (string)required
Possible values: [entity_type, relation_type]
DatasetUsageEntity
{
"sink_id": "string",
"resource_id": "string",
"resource_name": "string",
"resource_alias": "string",
"collection_id": "string",
"kind": "entity_type"
}