From 863436f2c13bfeef424f9eda1f7e34f630f34717 Mon Sep 17 00:00:00 2001 From: Yannick Malins Date: Wed, 30 Nov 2022 11:36:34 +0100 Subject: [PATCH] set type --- src/context/schemas/chatInitSettings.schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/context/schemas/chatInitSettings.schema.json b/src/context/schemas/chatInitSettings.schema.json index 26b5013ba..cedfe528b 100644 --- a/src/context/schemas/chatInitSettings.schema.json +++ b/src/context/schemas/chatInitSettings.schema.json @@ -5,6 +5,7 @@ "title": "ChatInitSettings", "allOf": [{ "$ref": "context.schema.json#" }], "properties": { + "type": { "const": "fdc3.chat.initSettings" }, "chatName": { "type": "string" },