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:
tablecollection_idCollection Id (string)required
nameName (string)required
availableAvailable (boolean)required
owner_id object
anyOf
- string
- null
string
owner_type object
anyOf
- string
- null
string
Possible values: [dataset, ontology.entity, ontology.relation, source, view]
message object
anyOf
- string
- null
string
CollectionNameAvailabilityResponse
{
"scope": "table",
"collection_id": "string",
"name": "string",
"available": true,
"owner_id": "string",
"owner_type": "dataset",
"message": "string"
}