OntologyTableResetDependency
Relation rows affected by an EntityType table reset.
relation_id object
Relation type identifier, or null when the dependent table is not associated with a relation type.
- string
- null
string
nameName (string)required
RelationType name or schema-qualified table name
roleRole (string)required
How the relation depends on the EntityType
Possible values: [source, target, source_target, unknown]
rowsRows (integer)required
Rows currently present in the relation table
Possible values: >= 0
OntologyTableResetDependency
{
"relation_id": "string",
"name": "string",
"role": "source",
"rows": 0
}