Skip to content

Commit

Permalink
autogen: add v0.11.0 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Dec 2, 2022
1 parent 727439c commit bef1a6c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .schema/version.schema.json
Expand Up @@ -2,6 +2,23 @@
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.11.0"
}
},
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.11.0/.schemastore/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down

0 comments on commit bef1a6c

Please sign in to comment.