We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233aa61 commit c6e9565Copy full SHA for c6e9565
address
@@ -5,11 +5,12 @@
5
"post-office-box": { "type": "string" },
6
"extended-address": { "type": "string" },
7
"street-address": { "type": "string" },
8
- "locality":{ "type": "string", "required": true },
9
- "region": { "type": "string", "required": true },
+ "locality":{ "type": "string" },
+ "region": { "type": "string" },
10
"postal-code": { "type": "string" },
11
- "country-name": { "type": "string", "required": true}
+ "country-name": { "type": "string"}
12
},
13
+ "required": ["locality", "region", "country-name"],
14
"dependencies": {
15
"post-office-box": "street-address",
16
"extended-address": "street-address"
0 commit comments