From 8c012651c35b9019d5c3eb20370bcda9b31b24d7 Mon Sep 17 00:00:00 2001 From: BB JSON Schema Date: Wed, 22 Nov 2023 12:22:20 +0000 Subject: [PATCH] Enforce master in $id URLs --- schemas/actions/function/paths.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schemas/actions/function/paths.json b/schemas/actions/function/paths.json index d922d00..31bdf89 100644 --- a/schemas/actions/function/paths.json +++ b/schemas/actions/function/paths.json @@ -28,10 +28,10 @@ "$ref": "/bettyblocks/json-schema/master/schemas/actions/function/option/types/value.json" }, { - "$ref": "/bettyblocks/json-schema/acceptance/schemas/actions/function/option/types/filter.json" + "$ref": "/bettyblocks/json-schema/master/schemas/actions/function/option/types/filter.json" }, { - "$ref": "/bettyblocks/json-schema/acceptance/schemas/actions/function/option/types/multiline-text.json" + "$ref": "/bettyblocks/json-schema/master/schemas/actions/function/option/types/multiline-text.json" } ], "required": ["type"]