From c89f30be90f170e78f5b0c3275b92624da9da6f3 Mon Sep 17 00:00:00 2001 From: Jonas Martinez <36544012+jonas-martinez@users.noreply.github.com> Date: Mon, 15 May 2023 14:12:50 +0200 Subject: [PATCH] feat: Context is now an object instead of a boolean (#149) --- api/components/view.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/components/view.schema.json b/api/components/view.schema.json index 05a6e1a..9a2421b 100644 --- a/api/components/view.schema.json +++ b/api/components/view.schema.json @@ -33,7 +33,8 @@ "deprecated": true }, "context": { - "type": "boolean" + "description": "The context projection. This field represents the projection of the context, allowing selective retrieval of specific elements. It is a map that specifies the desired elements to be included in the projection.", + "type": "object" } }, "required": [