From 01dd2b76b48d13f5a3f2be2a500c5e82bee63e05 Mon Sep 17 00:00:00 2001 From: Klaus Fischer <klaus.fischer@eloware.com> Date: Sat, 15 Apr 2023 20:06:35 +0200 Subject: [PATCH] Resolved cirular reference --- schema/definitions/contentStructure.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema/definitions/contentStructure.json b/schema/definitions/contentStructure.json index a772b40..103d882 100644 --- a/schema/definitions/contentStructure.json +++ b/schema/definitions/contentStructure.json @@ -102,10 +102,10 @@ }, "definitions": { "hash": { - "$ref": "#/definitions/hash" + "$ref": "./hash.json" }, "signature": { - "$ref": "#/definitions/signature" + "$ref": "./signature.json" } - }, + } } -- GitLab