{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-phone-number-structure.json", "description": "PhoneNumber schema from Adyen API", "type": "object", "properties": { "number": { "description": "The full phone number, including the country code. For example, **+3112345678**.", "type": "string" }, "type": { "description": "The type of phone number.\n Possible values: **mobile**, **landline**, **sip**, **fax.** ", "type": "string" } }, "required": [ "number" ], "name": "PhoneNumber" }