From 4e6aebe810d9e49a25d03c1b8de66e9dc3f344dd Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Thu, 25 Mar 2021 13:37:26 +0000 Subject: [PATCH] autogen: add v1.10.1 to version.schema.json --- .schema/version.schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.schema/version.schema.json b/.schema/version.schema.json index ad36d4a8724..aa3095c75cc 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -171,6 +171,20 @@ "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.3-pre.5/.schema/config.schema.json" } ] + }, + { + "allOf": [ + { + "properties": { + "version": { + "const": "v1.10.1" + } + } + }, + { + "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.1/.schema/config.schema.json" + } + ] } ] }