type: object
properties:
  region_id:
    $ref: '../properties/region_id.yaml'
  country_code:
    $ref: '../properties/country_code.yaml'
  country_name:
    $ref: '../properties/country_name.yaml'
required:
  - region_id
  - country_code
  - country_name