Skip to content

Commit

Permalink
autogen: add v1.9.0-alpha.1 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 20, 2020
1 parent 92bc86c commit c654010
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 @@ -59,6 +59,20 @@
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.0.pre.2/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.9.0-alpha.1"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.1/.schema/config.schema.json"
}
]
}
]
}

0 comments on commit c654010

Please sign in to comment.