Skip to main content

CollectionNameAvailabilityResponse

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

scopeScope (string)required

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

Constant value: table
collection_idCollection Id (string)required
nameName (string)required
availableAvailable (boolean)required
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"
}