ContactDetails:
  description: A representation of the consumer's contact details such as email address, mobile number etc.
  type: object
  properties:
    mobile:
      description: The consumer's mobile number
      $ref: '../phone-number/phone-number_v1.yaml#/PhoneNumber'
    work:
      description: The consumer's work number
      $ref: '../phone-number/phone-number_v1.yaml#/PhoneNumber'
    home:
      description: The consumer's home number
      $ref: '../phone-number/phone-number_v1.yaml#/PhoneNumber'
    email:
      description: The consumer's email address
      $ref: '../email/email_v1.yaml#/Email'