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.
상수 값:
tablecollection_idCollection Id (string)필수
nameName (string)필수
availableAvailable (boolean)필수
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"
}