From f3a56b44dfe9062dc2f42deb5aae47167a357001 Mon Sep 17 00:00:00 2001 From: siarhei-charniak Date: Thu, 3 Oct 2024 10:13:49 +0300 Subject: [PATCH] FEXPCMN-22 - Add missing instance subject fields --- schemas/inventory-storage/instance.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/schemas/inventory-storage/instance.json b/schemas/inventory-storage/instance.json index a829394..a967774 100644 --- a/schemas/inventory-storage/instance.json +++ b/schemas/inventory-storage/instance.json @@ -169,6 +169,14 @@ "authorityId": { "type": "string", "description": "UUID of authority record that controls a subject heading" + }, + "sourceId": { + "type": "string", + "description": "UUID of source that controls a subject heading" + }, + "typeId": { + "type": "string", + "description": "UUID of type that controls a subject heading" } }, "additionalProperties": false,