Merge pull request #108 from lexi-lambda/patch-1

Allow an empty commodities array in commodities/3
This commit is contained in:
AnthorNet 2020-11-26 15:16:28 +01:00 committed by GitHub
commit d9b5586a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,6 @@
},
"commodities": {
"type" : "array",
"minItems" : 1,
"description" : "Commodities returned by the Companion API, with illegal commodities omitted",
"items" : {
"type" : "object",