From cb4e9fcb35f398af33ca8591d18ae6d40777e5d0 Mon Sep 17 00:00:00 2001 From: kashalls Date: Fri, 16 Aug 2024 01:09:16 +0000 Subject: [PATCH] docs: render json schema --- config.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.schema.json b/config.schema.json index bee2cb4..fd4d6d4 100644 --- a/config.schema.json +++ b/config.schema.json @@ -45,6 +45,9 @@ "name": { "type": "string" }, + "title": { + "type": "string" + }, "query": { "type": "string" },