Skip to content

Commit

Permalink
autogen: add v0.7.0-alpha.0 to version.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 6, 2021
1 parent e5a4c9a commit 6eb7822
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 @@ -31,6 +31,20 @@
"$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.3/internal/driver/config/config.schema.json"
}
]
},
{
"allOf": [
{
"properties": {
"version": {
"const": "v0.7.0-alpha.0"
}
}
},
{
"$ref": "https://raw.githubusercontent.com/ory/keto/v0.7.0-alpha.0/.schema/config.schema.json"
}
]
}
]
}

0 comments on commit 6eb7822

Please sign in to comment.