From a059ab16ddb72e30d67e18d7ead1a265a4b6ae4a Mon Sep 17 00:00:00 2001 From: Volodymyr_Rohach Date: Tue, 22 Oct 2024 16:12:12 +0200 Subject: [PATCH] Instance.json schema improved. --- ramls/instance.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ramls/instance.json b/ramls/instance.json index 24edaa73a..5ce12a25e 100644 --- a/ramls/instance.json +++ b/ramls/instance.json @@ -214,6 +214,16 @@ "type": "string", "description": "UUID of authority record that controls a subject heading", "$ref": "uuid.json" + }, + "sourceId": { + "type": "string", + "description": "UUID of subject source", + "$ref": "uuid.json" + }, + "typeId": { + "type": "string", + "description": "UUID of subject type", + "$ref": "uuid.json" } }, "additionalProperties": false,