From 23a2557ad4d5c609e40c69ff48c8c266e9e7a7a8 Mon Sep 17 00:00:00 2001 From: Any Association Date: Tue, 17 Oct 2023 15:33:58 +0000 Subject: [PATCH] Update JSON schemas --- json/models/Account.json | 3 +++ json/models/ObjectType.json | 2 ++ json/models/ObjectView.json | 2 ++ 3 files changed, 7 insertions(+) diff --git a/json/models/Account.json b/json/models/Account.json index bf523d8..8543131 100644 --- a/json/models/Account.json +++ b/json/models/Account.json @@ -105,6 +105,9 @@ "spaceViewId": { "type": "string" }, + "techSpaceId": { + "type": "string" + }, "gatewayUrl": { "type": "string", "description": "gateway url for fetching static files" diff --git a/json/models/ObjectType.json b/json/models/ObjectType.json index d24cf8a..0a63341 100644 --- a/json/models/ObjectType.json +++ b/json/models/ObjectType.json @@ -126,6 +126,8 @@ 529, "SpaceView", 530, + "Identity", + 532, "MissingObject", 519 ] diff --git a/json/models/ObjectView.json b/json/models/ObjectView.json index 80226b5..ecc09b6 100644 --- a/json/models/ObjectView.json +++ b/json/models/ObjectView.json @@ -62,6 +62,8 @@ 529, "SpaceView", 530, + "Identity", + 532, "MissingObject", 519 ],