Skip to content

Commit

Permalink
General Farm Address
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8569 committed Jul 5, 2022
1 parent 65c8366 commit 6c15040
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions schema/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,14 @@
},
"adminAreaLevel2/state/province": {
"title": "Admin Area Level 2 (state or province)",
"description": "State Name in ISO 3166-1 Alpha-2 Format.",
"$comment": "List of province for a country can be found here https://www.iso.org/obp/ui/#search.",
"description": "State Name in ISO 3166-1 Alpha-2 Format. ISO codes of province for a country can be found here https://www.iso.org/obp/ui/#search.",
"type": "string"
},
"adminAreaLevel1/countryName": {
"title": "Admin Area Level 1 (country name)",
"description": "Country Name in ISO 3166-1 Alpha-2 Format.",
"$comment": "List of countries from https://www.iso.org/obp/ui/#search.",
"$ref": "#/definitions/country-names"
"description": "Country Name in ISO 3166-1 Alpha-2 Format. List of ISO code of countries can be found here https://www.iso.org/obp/ui/#search.",
//"$ref": "#/definitions/country-names"
"type": "string"
}
},
"definitions": {
Expand Down

0 comments on commit 6c15040

Please sign in to comment.