Skip to content

Commit

Permalink
autogen: add v0.38.4-beta.1 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Sep 28, 2020
1 parent 1c997b2 commit d1ed570
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions .schema/version.schema.json
@@ -1,7 +1,22 @@
{
"$id": "https://github.com/ory/oathkeeper/.schema/versions.config.schema.json",
"$schema": "https://raw.githubusercontent.com/ory/cli/v0.0.21/.schema/version_meta.schema.json#",
"title": "All Versions of the ORY Oathkeeper Configuration",
"type": "object",
"oneOf": []
"$id": "https://github.com/ory/oathkeeper/.schema/versions.config.schema.json",
"$schema": "https://raw.githubusercontent.com/ory/cli/v0.0.21/.schema/version_meta.schema.json#",
"title": "All Versions of the ORY Oathkeeper Configuration",
"type": "object",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.38.4-beta.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/oathkeeper/v0.38.4-beta.1/.schema/config.schema.json"
}
]
}
]
}

0 comments on commit d1ed570

Please sign in to comment.