From 948896b5dbe74c46d0c25197fabfc084281891ce Mon Sep 17 00:00:00 2001 From: Jan Eglinger Date: Mon, 8 Jul 2024 15:58:29 +0200 Subject: [PATCH] Update description in view.schema.json Fix formatting of html-like tags in description string --- schema/view.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/view.schema.json b/schema/view.schema.json index c95e692..49158de 100644 --- a/schema/view.schema.json +++ b/schema/view.schema.json @@ -630,7 +630,7 @@ "description": "A grid view of multiple sources that creates an new merged source. Only valid if all sources have the same size (both in pixels and physical space).", "properties": { "sources": { - "description": "The sources this transformation is applied to. After transformation all sources will get the name _. still refers to the source befor transformation (useful e.g. for specifying a metadataSource)", + "description": "The sources this transformation is applied to. After transformation all sources will get the name `_`. `` still refers to the source befor transformation (useful e.g. for specifying a metadataSource)", "type": "array", "items": { "$ref": "#/definitions/name"