PhoneNumber: description: A representation of the consumer's phone number such as a mobile phone number or work phone number type: object required: - international_dialing_code - phone_number properties: international_dialing_code: description: The international dialing code for the consumer's phone number, i.e. 45 for Denmark $ref: './international-dialing-code_v1.yaml#/INTERNATIONAL_DIALING_CODE' example: 45 phone_number: description: The consumer's phone number without the international dialing code type: integer format: int64 minimum: 100000 maximum: 9999999999 example: 12345678