From 843f4e381d73817ea228f7bc9002b6b1e517296c Mon Sep 17 00:00:00 2001 From: Shawn Silverman Date: Thu, 7 May 2020 22:57:00 -0700 Subject: [PATCH] [912] Fix trailing comma in "Output Structure" example instance --- jsonschema-core.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-core.xml b/jsonschema-core.xml index 60eda78a..d0d264e1 100644 --- a/jsonschema-core.xml +++ b/jsonschema-core.xml @@ -2809,7 +2809,7 @@ https://example.com/schemas/common#/$defs/count/minimum [ { "x": 2.5, - "y": 1.3, + "y": 1.3 }, { "x": 1,