Skip to content

Commit

Permalink
autogen: add v2.1.0 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Apr 7, 2023
1 parent df16a26 commit ddfbd65
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .schema/version.schema.json
Original file line number Diff line number Diff line change
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.1.0"
}
},
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v2.1.0/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
Expand Down Expand Up @@ -411,4 +428,4 @@
],
"title": "All Versions of the ORY Hydra Configuration",
"type": "object"
}
}

0 comments on commit ddfbd65

Please sign in to comment.