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" + } + ] } ] }