We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e84c24 commit be8f726Copy full SHA for be8f726
.schema/version.schema.json
@@ -2,6 +2,23 @@
2
"$id": "https://github.com/ory/hydra/.schema/versions.config.schema.json",
3
"$schema": "http://json-schema.org/draft-07/schema#",
4
"oneOf": [
5
+ {
6
+ "allOf": [
7
8
+ "properties": {
9
+ "version": {
10
+ "const": "v2.1.1"
11
+ }
12
+ },
13
+ "required": [
14
+ "version"
15
+ ]
16
17
18
+ "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.1.1/.schema/config.schema.json"
19
20
21
22
{
23
"allOf": [
24
0 commit comments