diff --git a/schemas/codexentry-v1.0.json b/schemas/codexentry-v1.0.json index b75a575..0a100a4 100644 --- a/schemas/codexentry-v1.0.json +++ b/schemas/codexentry-v1.0.json @@ -94,15 +94,17 @@ "type" : "string", "minLength" : 1 }, - "IsNewEntry": { - "$ref" : "#/definitions/disallowed", - "description" : "Contains personal data" - }, "VoucherAmount": { - "$ref" : "#/definitions/disallowed", - "description" : "Contains personal data" + "type" : "integer", }, "Traits": { + "type" : "array", + "items" : { + "type" : "string", + "minLength" : 1 + } + }, + "IsNewEntry": { "$ref" : "#/definitions/disallowed", "description" : "Contains personal data" },