From b0d8e91f0faff0b83904e2dac68346f20ee5ff98 Mon Sep 17 00:00:00 2001 From: Deborah Servili Date: Fri, 11 Jan 2019 15:02:06 +0100 Subject: [PATCH] add alias as a requiredOneof attribute --- objects/person/definition.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/objects/person/definition.json b/objects/person/definition.json index 6dd31b5..d6c2c2f 100644 --- a/objects/person/definition.json +++ b/objects/person/definition.json @@ -1,7 +1,8 @@ { "requiredOneOf": [ "first-name", - "last-name" + "last-name", + "alias" ], "attributes": { "text": {