mirror of
https://github.com/EDCD/EDDN.git
synced 2025-04-21 11:07:38 +03:00
allowed traits and voucheramount
This commit is contained in:
parent
955203c35b
commit
fb54eba7ae
@ -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"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user