Skip to content

Commit a7579b8

Browse files
committed
autogen: add v2.3.0 to version.schema.json
[skip ci]
1 parent 5b2b196 commit a7579b8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.schema/version.schema.json

+17
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.3.0"
11+
}
12+
},
13+
"required": [
14+
"version"
15+
]
16+
},
17+
{
18+
"$ref": "https://raw.githubusercontent.com/ory/hydra/v2.3.0/.schema/config.schema.json"
19+
}
20+
]
21+
},
522
{
623
"allOf": [
724
{

0 commit comments

Comments
 (0)