Skip to content

Commit cf63a1c

Browse files
committed
autogen: add v0.10.1 to version.schema.json
[skip ci]
1 parent d74c3ff commit cf63a1c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.schema/version.schema.json

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"oneOf": [
5+
{
6+
"allOf": [
7+
{
8+
"properties": {
9+
"version": {
10+
"const": "v0.10.1"
11+
}
12+
},
13+
"required": [
14+
"version"
15+
]
16+
},
17+
{
18+
"$ref": "https://raw.githubusercontent.com/ory/kratos/v0.10.1/.schemastore/config.schema.json"
19+
}
20+
]
21+
},
522
{
623
"allOf": [
724
{

0 commit comments

Comments
 (0)