본문으로 건너뛰기

CollectionNameAvailabilityResponse

Data returned for Collection Name Availability. Required fields are scope, collection_id, name, available.

scopeScope (string)필수

Name-conflict scope checked by this response. The current value is table.

상수 값: table
collection_idCollection Id (string)필수
nameName (string)필수
availableAvailable (boolean)필수
owner_id object
하나 이상(anyOf)
string
owner_type object
하나 이상(anyOf)
string

Possible values: [dataset, ontology.entity, ontology.relation, source, view]

message object
하나 이상(anyOf)
string
CollectionNameAvailabilityResponse
{
"scope": "table",
"collection_id": "string",
"name": "string",
"available": true,
"owner_id": "string",
"owner_type": "dataset",
"message": "string"
}