{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/contact_detail_create_request", "title": "contact_detail_create_request", "type": "object", "properties": { "contact_identifier": { "type": "string" }, "contact_identifier_type": { "type": "string", "enum": [ "email", "phone_number", "website" ] } } }