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 d6a9d44 commit 65c8366
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
7 changes: 4 additions & 3 deletions docs/source/_static/schema/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
},
"adminAreaLevel2/state/province": {
"title": "Admin Area Level 2 (state or province)",
"description": "State Name in ISO Format.",
"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.",
"type": "string"
},
"adminAreaLevel1/countryName": {
"title": "Admin Area Level 1 (country name)",
"description": "Country Name in ISO Format. Use provided country names.",
"$comment": "List of countries from http://country.io/names.json",
"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"
}
},
Expand Down
2 changes: 1 addition & 1 deletion generator/Generator.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32422.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator", "Generator.csproj", "{63329D4B-C926-4179-A2E1-7F71EF4E42EC}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Generator", "Generator.csproj", "{63329D4B-C926-4179-A2E1-7F71EF4E42EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
7 changes: 4 additions & 3 deletions schema/address.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,14 @@
},
"adminAreaLevel2/state/province": {
"title": "Admin Area Level 2 (state or province)",
"description": "State Name in ISO Format.",
"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.",
"type": "string"
},
"adminAreaLevel1/countryName": {
"title": "Admin Area Level 1 (country name)",
"description": "Country Name in ISO Format. Use provided country names.",
"$comment": "List of countries from http://country.io/names.json",
"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"
}
},
Expand Down

0 comments on commit 65c8366

Please sign in to comment.