From 17e4fedeeefcceeef135b933adeba443b5de9ce3 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 14 Oct 2021 13:54:05 +0000 Subject: [PATCH] schemas: codexentry: Remove another extraneous comma --- schemas/codexentry-v1.0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/codexentry-v1.0.json b/schemas/codexentry-v1.0.json index 5677b56..4a4727b 100644 --- a/schemas/codexentry-v1.0.json +++ b/schemas/codexentry-v1.0.json @@ -96,7 +96,7 @@ "minLength" : 1 }, "VoucherAmount": { - "type" : "integer", + "type" : "integer" }, "Traits": { "type" : "array",