Skip to content

Commit f8dc6ef

Browse files
committed
Merge pull request json-schema-org#145 from birdsarah/patch-1
Update address to confirm with v4
2 parents 2e57f36 + 5d5985e commit f8dc6ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

address

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"required": ["locality", "region", "country-name"],
1515
"dependencies": {
16-
"post-office-box": "street-address",
17-
"extended-address": "street-address"
16+
"post-office-box": ["street-address"],
17+
"extended-address": ["street-address"]
1818
}
1919
}

0 commit comments

Comments
 (0)