{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserPropertyListResponse", "title": "UserPropertyListResponse", "type": "object", "properties": { "data": { "type": "array", "description": "Array of user properties.", "items": { "$ref": "#/components/schemas/UserProperty" } } } }