tockPhoneType schema from Tock Guest Model
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/guest-profile-phone-type-schema.json", "title": "tockPhoneType", "description": "tockPhoneType schema from Tock Guest Model", "type": "string", "enum": [ "MOBILE", "HOME", "WORK", "PAGER", "FAX", "HOTEL", "OTHER" ] }