From e8a81bf42e11ec7129ae4e5ad50f0c90f9c14758 Mon Sep 17 00:00:00 2001 From: Greg Dennis Date: Fri, 1 Sep 2023 13:11:57 +1200 Subject: [PATCH] fix example --- jsonschema-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonschema-core.md b/jsonschema-core.md index e96f230f..2857a07e 100644 --- a/jsonschema-core.md +++ b/jsonschema-core.md @@ -259,7 +259,7 @@ is equivalent to ```json { - "type": "array", + "type": "object", "properties": { "foo": { "$ref": "https://example.com/schema"