{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/thanx/refs/heads/main/json-structure/partner-api-partner-user-structure.json", "name": "PartnerUser", "description": "PartnerUser schema from Thanx Partner API", "type": "object", "properties": { "id": { "type": "string", "example": "92b7b0dac4" }, "email": { "type": "string", "example": "jane.smith@example.com" }, "phone": { "type": "string", "example": "+14158672345" }, "first_name": { "type": "string", "example": "Jane" }, "last_name": { "type": "string", "example": "Smith" } } }