{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/tm-forum/refs/heads/main/json-structure/tmf632-party-management-phone-contact-medium-structure.json", "name": "PhoneContactMedium", "description": "PhoneContactMedium schema from TM Forum API", "allOf": [ { "$ref": "#/components/schemas/ContactMedium" }, { "type": "object", "description": "Describes a phone number that could be used to contact a party (an individual or an organization)", "properties": { "phoneNumber": { "type": "string", "description": "The phone number of the contact" } } } ] }