Skip to content

Commit

Permalink
autogen: add v2.2.0-rc.3 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Aug 16, 2023
1 parent b346f90 commit 800ce0a
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/hydra/.schema/versions.config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"const": "v2.2.0-rc.3"
}
},
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v2.2.0-rc.3/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down

0 comments on commit 800ce0a

Please sign in to comment.