Skip to main content
Version: Next

DistincResponseSchema

countinteger

The total number of distinct values

result object[]
  • Array [
  • textstring

    The distinct item

  • ]
  • DistincResponseSchema
    {
    "count": 0,
    "result": [
    {
    "text": "string"
    }
    ]
    }