From c4514c973a81fbe493573c582144af3e17ec3bca Mon Sep 17 00:00:00 2001 From: divyesh000 Date: Wed, 15 May 2024 18:03:43 +0400 Subject: [PATCH] update schema files to reference User.json --- resources/schema/Administrator.json | 2 +- resources/schema/Client.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/schema/Administrator.json b/resources/schema/Administrator.json index 548d9c2..3cf54e9 100644 --- a/resources/schema/Administrator.json +++ b/resources/schema/Administrator.json @@ -2,7 +2,7 @@ "administrator": { "allOf": [ { - "$ref": "#/definitions/user" + "$ref": "User.json#/definitions/user" }, { "type": "object", diff --git a/resources/schema/Client.json b/resources/schema/Client.json index f8c855d..9532fe0 100644 --- a/resources/schema/Client.json +++ b/resources/schema/Client.json @@ -2,7 +2,7 @@ "client": { "allOf": [ { - "$ref": "#/definitions/user" + "$ref": "User.json#/definitions/user" }, { "type": "object",