Authorization: Bearer ********************curl --location --request GET '/yiask_schema:get' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>'{
"sid": "string",
"id": "string",
"name": "string",
"title": "string",
"spaceName": "string",
"db": "string",
"properties": [
{
"sid": "string",
"id": "string",
"name": "string",
"type": "string",
"primal_type": "string",
"fiele_type": "string",
"description": "string",
"schemaID": "string",
"ref": "string",
"SemanticType": "string",
"is_analyzable": true,
"isMetric": true,
"syno": [
"string"
]
}
],
"type": "entity"
}