Skip to content

Commit

Permalink
autogen: add v0.5.0-alpha.1.pre.1 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 15, 2020
1 parent 77864f5 commit 4bb84ef
Showing 1 changed file with 30 additions and 16 deletions.
46 changes: 30 additions & 16 deletions .schema/version.schema.json
@@ -1,22 +1,36 @@
{
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
"$schema": "https://raw.githubusercontent.com/ory/cli/v0.0.21/.schema/version_meta.schema.json#",
"title": "All Versions for ORY Kratos Configuration",
"type": "object",
"oneOf": [
{
"allOf": [
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
"$schema": "https://raw.githubusercontent.com/ory/cli/v0.0.21/.schema/version_meta.schema.json#",
"title": "All Versions for ORY Kratos Configuration",
"type": "object",
"oneOf": [
{
"properties": {
"version": {
"const": "v0.4.6-alpha.1"
}
}
"allOf": [
{
"properties": {
"version": {
"const": "v0.4.6-alpha.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.4.6-alpha.1/.schema/config.schema.json"
}
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.4.6-alpha.1/.schema/config.schema.json"
"allOf": [
{
"properties": {
"version": {
"const": "v0.5.0-alpha.1.pre.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.5.0-alpha.1.pre.1/.schema/config.schema.json"
}
]
}
]
}
]
]
}

0 comments on commit 4bb84ef

Please sign in to comment.