본문으로 건너뛰기

OntologyTableResetPreview

Side-effect-free reset impact preview.

resource_idResource Id (string)필수
kindKind (string)필수

Possible values: [entity_type, relation_type]

rowsRows (integer)필수

Possible values: >= 0

dependent_relation_rowsDependent Relation Rows (integer)

Possible values: >= 0

기본값: 0
dependencies object[]
  • Array [
  • relation_id object

    Relation type identifier, or null when the dependent table is not associated with a relation type.

    하나 이상(anyOf)
    string
    nameName (string)필수

    RelationType name or schema-qualified table name

    roleRole (string)필수

    How the relation depends on the EntityType

    Possible values: [source, target, source_target, unknown]

    rowsRows (integer)필수

    Rows currently present in the relation table

    Possible values: >= 0

  • ]
  • requires_dependent_relation_deleteRequires Dependent Relation Delete (boolean)
    기본값: false
    OntologyTableResetPreview
    {
    "resource_id": "string",
    "kind": "entity_type",
    "rows": 0,
    "dependent_relation_rows": 0,
    "dependencies": [
    {
    "relation_id": "string",
    "name": "string",
    "role": "source",
    "rows": 0
    }
    ],
    "requires_dependent_relation_delete": false
    }