pyocf.types.countrycode

Type representation of an ISO 3166-1 alpha 2 country code

pydantic model pyocf.types.countrycode.CountryCode

Type representation of an ISO 3166-1 alpha 2 country code

field root: str [Required]
Constraints:
  • pattern = ^[A-Z]{2}$