Skip to content

Commit

Permalink
autogen: add v0.9.0-alpha.2 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Mar 22, 2022
1 parent b966803 commit 994aef6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .schema/version.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,20 @@
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.8.2-alpha.1/embedx/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.9.0-alpha.2"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.9.0-alpha.2/spec/config.json"
}
]
}
]
}

0 comments on commit 994aef6

Please sign in to comment.