add alias as a requiredOneof attribute

pull/139/head
Deborah Servili 2019-01-11 15:02:06 +01:00
parent 7d7031a5e4
commit b0d8e91f0f
No known key found for this signature in database
GPG Key ID: 7E3A832850D4D7D1
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
{ {
"requiredOneOf": [ "requiredOneOf": [
"first-name", "first-name",
"last-name" "last-name",
"alias"
], ],
"attributes": { "attributes": {
"text": { "text": {