allowed traits and voucheramount

This commit is contained in:
Gareth Harper 2021-09-23 13:47:27 +00:00
parent 955203c35b
commit fb54eba7ae

View File

@ -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"
},