Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/distincresponseschema.Schema.json
2026-07-28 21:39:01 +07:00

24 lines
518 B
JSON

{
"schema": {
"properties": {
"count": {
"description": "The total number of distinct values",
"type": "integer"
},
"result": {
"items": {
"properties": {
"text": { "description": "The distinct item", "type": "string" }
},
"type": "object",
"title": "DistinctResultResponse"
},
"type": "array"
}
},
"type": "object",
"title": "DistincResponseSchema"
},
"schemaType": "response"
}