DistincResponseSchema
countinteger
The total number of distinct values
result object[]
Array [
textstring
The distinct item
]
DistincResponseSchema
{
"count": 0,
"result": [
{
"text": "string"
}
]
}
The total number of distinct values
The distinct item
{
"count": 0,
"result": [
{
"text": "string"
}
]
}