From bc6c88b95f28bf351b07b3891ecb43110e767746 Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Wed, 23 Feb 2022 08:09:18 +0000 Subject: [PATCH] autogen: add v1.11.6 to version.schema.json [skip ci] --- .schema/version.schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.schema/version.schema.json b/.schema/version.schema.json index 5a2797f67ef..768032c517a 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -241,6 +241,20 @@ "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.0/spec/config.json" } ] + }, + { + "allOf": [ + { + "properties": { + "version": { + "const": "v1.11.6" + } + } + }, + { + "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.6/spec/config.json" + } + ] } ] }