schemaorg/suggestions-questions-brainstorming

Add ISO_3166 2 beside of addressCountry

mhf-ir opened this issue · 1 comments

  "address": {
    "@type": "PostalAddress",
    "addressCountry": "IR",
    ...
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "IR",
    "subdivisionISO": "IR-07",
    ...

https://en.wikipedia.org/wiki/ISO_3166-2

For example Tehran in IR (Iran) is IR-07
https://en.wikipedia.org/wiki/ISO_3166-2:IR#Current_codes

Key name suggest

  • subdivision
  • subdivisionISO
  • addressSubdivision
  • addressSubdivisionISO
  • addressCountrySubdivisionISO
  • addressCountrySubdivision
  • countrySubdivisionISO
  • countrySubdivision

google/schema-dts#105

See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.