12 lines
307 B
YAML
12 lines
307 B
YAML
type: object
|
|
required:
|
|
- country_code
|
|
properties:
|
|
country_code:
|
|
description: The 2 character ISO code for the Country.
|
|
type: string
|
|
externalDocs:
|
|
url: >-
|
|
https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
|
|
description: See a list of codes.
|