Merge pull request #339 from Wachizungu/add-postal-address-requiredOneOff

chg: add requiredOneOf for postal-address
pull/340/head
Alexandre Dulaunoy 2021-12-20 15:21:00 +01:00 committed by GitHub
commit 7dc84bfac1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}