Skip to content

Commit

Permalink
autogen: add v1.9.0-alpha.0.pre.2 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 a8c33bc commit 0382fea
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 @@ -45,6 +45,20 @@
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.8.5/.schema/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v1.9.0-alpha.0.pre.2"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.0.pre.2/.schema/config.schema.json"
}
]
}
]
}

0 comments on commit 0382fea

Please sign in to comment.