chg: add requiredOneOf for postal-address

pull/339/head
Jeroen Pinoy 2021-12-20 14:15:10 +01:00
parent 1c3882581e
commit b63b645635
No known key found for this signature in database
GPG Key ID: DF33A50B8E4EE081
1 changed files with 6 additions and 1 deletions

View File

@ -57,6 +57,11 @@
"description": "A postal address.",
"meta-category": "misc",
"name": "postal-address",
"requiredOneOf": [
"street",
"city",
"country"
],
"uuid": "c22cdd17-d38e-42d3-a365-4febdaaaf25e",
"version": 3
"version": 4
}