From f6823001940c4fb2b7bc8ad84c26073cc031c1ae Mon Sep 17 00:00:00 2001 From: John D'Orazio Date: Fri, 20 May 2022 15:48:57 +0200 Subject: [PATCH] propriumdetempore schema obj not array --- schemas/PropriumDeTempore.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/schemas/PropriumDeTempore.json b/schemas/PropriumDeTempore.json index 50013dbe..daa9f8ff 100644 --- a/schemas/PropriumDeTempore.json +++ b/schemas/PropriumDeTempore.json @@ -1,9 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "type": "array", - "items": { - "$ref": "#/definitions/PropriumDeTempore" - }, + "type": "object", + "$ref": "#/definitions/PropriumDeTempore", "definitions": { "PropriumDeTempore": { "type": "object",