Skip to content

Commit 5a385d4

Browse files
committed
autogen: add v0.40.9 to version.schema.json
[skip ci]
1 parent 117ccf9 commit 5a385d4

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/oathkeeper/.schema/version.schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"oneOf": [
5+
{
6+
"allOf": [
7+
{
8+
"properties": {
9+
"version": {
10+
"const": "v0.40.9"
11+
}
12+
},
13+
"required": [
14+
"version"
15+
]
16+
},
17+
{
18+
"$ref": "https://raw.githubusercontent.com/ory/oathkeeper/v0.40.9/.schema/config.schema.json"
19+
}
20+
]
21+
},
522
{
623
"allOf": [
724
{

0 commit comments

Comments
 (0)