Merge pull request #149 from EDCD/fix/codexentry-empty-nearestdestination

schemas: codexentry needs to allow empty NearestDestination
This commit is contained in:
Athanasius 2021-10-27 12:40:12 +01:00 committed by GitHub
commit b5b5c70559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,7 @@
"minLength" : 1
},
"NearestDestination": {
"type" : "string",
"minLength" : 1
"type" : "string"
},
"VoucherAmount": {
"type" : "integer"