{}
curl --location --request POST 'http://prod-cn.your-api-server.com/enrichment/mapping/schema/list' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"error": {
"code": "InvalidParameter",
"message": "string"
},
"data": {
"items": [
{
"schema_id": "string",
"schema_name": "string",
"description": "string",
"source_labels": [
"string"
],
"result_labels": [
"string"
],
"team_id": 0,
"creator_id": 0,
"updated_by": 0,
"created_at": 0,
"updated_at": 0
}
],
"total": 0
}
}