Authorization: Bearer ********************{
"id": "string",
"name": "string",
"title": "string",
"db": "string",
"description": "string",
"spaceName": "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"
]
}
],
"enrich": true,
"from": "string",
"folder_id": 0,
"type": "entity",
"syno": [
"string"
],
"tag": [
"string"
]
}curl --location --request POST '/yiask_schema:get' \
--header 'X-SPACES: default' \
--header 'X-SPACES: {{space}}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"title": "string",
"db": "string",
"description": "string",
"spaceName": "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"
]
}
],
"enrich": true,
"from": "string",
"folder_id": 0,
"type": "entity",
"syno": [
"string"
],
"tag": [
"string"
]
}'{
"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"
}