From ab89a6e9750c49eebc880d48672b0bd9574372c6 Mon Sep 17 00:00:00 2001 From: Alexis King Date: Mon, 28 Sep 2020 14:25:53 -0500 Subject: [PATCH] Allow an empty commodities array in commodities/3 closes #107 --- schemas/commodity-v3.0.json | 1 - 1 file changed, 1 deletion(-) diff --git a/schemas/commodity-v3.0.json b/schemas/commodity-v3.0.json index 6807638..b8e9632 100644 --- a/schemas/commodity-v3.0.json +++ b/schemas/commodity-v3.0.json @@ -55,7 +55,6 @@ }, "commodities": { "type" : "array", - "minItems" : 1, "description" : "Commodities returned by the Companion API, with illegal commodities omitted", "items" : { "type" : "object",