{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/owner_type", "title": "Owner Type", "type": "string", "enum": [ "INDIVIDUAL", "BUSINESS" ] }