From b17767225305441df8332baa9f3179e2a1b88402 Mon Sep 17 00:00:00 2001 From: aeneasr <3372410+aeneasr@users.noreply.github.com> Date: Fri, 21 Jan 2022 11:17:58 +0000 Subject: [PATCH] autogen: add v1.11.0 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 67739c4296f..5a2797f67ef 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -227,6 +227,20 @@ "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.7/spec/config.json" } ] + }, + { + "allOf": [ + { + "properties": { + "version": { + "const": "v1.11.0" + } + } + }, + { + "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.0/spec/config.json" + } + ] } ] }