From c8d06b746b95686a3f62347bdc2bcdd297d5c55b Mon Sep 17 00:00:00 2001 From: Volodymyr Rohach Date: Tue, 22 Oct 2024 16:29:13 +0200 Subject: [PATCH] Instance.json schema improved. (#782) --- 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,