From 1fbd98867a1c2f0c84a46d83bfda9452a3c03741 Mon Sep 17 00:00:00 2001 From: Leonard Henriquez Date: Sun, 10 Dec 2023 03:10:39 +0100 Subject: [PATCH] fix: schema with right indent --- schemas/io.silverton/buz/internal/config/app/v1.0.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/io.silverton/buz/internal/config/app/v1.0.json b/schemas/io.silverton/buz/internal/config/app/v1.0.json index fafc6c98..23b0d979 100644 --- a/schemas/io.silverton/buz/internal/config/app/v1.0.json +++ b/schemas/io.silverton/buz/internal/config/app/v1.0.json @@ -52,6 +52,11 @@ "type": "boolean", "default": false, "description": "Whether or not to run buz in serverless mode" + }, + "schemaRoute": { + "type": "string", + "default": "/schemas/", + "description": "Alternate route for the schemas" } }, "additionalProperties": false,