Skip to content

Commit be8f726

Browse files
committed
autogen: add v2.1.1 to version.schema.json
[skip ci]
1 parent 0e84c24 commit be8f726

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.schema/version.schema.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
"$id": "https://github.com/ory/hydra/.schema/versions.config.schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"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+
},
522
{
623
"allOf": [
724
{

0 commit comments

Comments
 (0)