{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SegementationParameter", "title": "SegementationParameter", "properties": { "incomeRange": { "type": "string", "description": "Income range of the user in format - min_income - max_income for which the response is returned

Endpoints -", "example": "$150K+" }, "geo": { "$ref": "#/components/schemas/Geography" } } }