Skip to content

Commit

Permalink
autogen: add v1.11.6 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Feb 23, 2022
1 parent f2870e0 commit bc6c88b
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 @@ -241,6 +241,20 @@
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.0/spec/config.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.11.6"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.6/spec/config.json"
}
]
}
]
}

0 comments on commit bc6c88b

Please sign in to comment.