Merge pull request #139 from Delta-Sierra/master

Person object - add alias as a requiredOneof attribute
pull/143/head
Alexandre Dulaunoy 2019-01-11 20:31:03 +01:00 committed by GitHub
commit b25388c406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
{
"requiredOneOf": [
"first-name",
"last-name"
"last-name",
"alias"
],
"attributes": {
"text": {
@ -152,7 +153,7 @@
"multiple": true
}
},
"version": 6,
"version": 7,
"description": "An object which describes a person or an identity.",
"meta-category": "misc",
"uuid": "a15b0477-e9d1-4b9c-9546-abe78a4f4248",