Skip to content

Commit

Permalink
autogen: add v2.0.1 to version.schema.json
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
ory-bot committed Oct 27, 2022
1 parent 94aadf8 commit 164f4b5
Showing 1 changed file with 78 additions and 23 deletions.
101 changes: 78 additions & 23 deletions .schema/version.schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,24 @@
{
"$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "All Versions of the ORY Hydra Configuration",
"type": "object",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"const": "v2.0.1"
}
},
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v2.0.1/spec/config.json"
}
]
},
{
"allOf": [
{
Expand All @@ -12,7 +27,9 @@
"const": "v1.11.7"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.7/spec/config.json"
Expand All @@ -27,7 +44,9 @@
"const": "v1.7.0"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.0/.schema/config.schema.json"
Expand All @@ -42,7 +61,9 @@
"const": "v1.7.4"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.4/.schema/config.schema.json"
Expand All @@ -57,7 +78,9 @@
"const": "v1.8.5"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.8.5/.schema/config.schema.json"
Expand All @@ -72,7 +95,9 @@
"const": "v1.9.0-alpha.1"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.1/.schema/config.schema.json"
Expand All @@ -87,7 +112,9 @@
"const": "v1.9.0-alpha.2"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.2/.schema/config.schema.json"
Expand All @@ -102,7 +129,9 @@
"const": "v1.9.0-alpha.3"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.3/.schema/config.schema.json"
Expand All @@ -117,7 +146,9 @@
"const": "v1.9.0-rc.0"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-rc.0/.schema/config.schema.json"
Expand All @@ -132,7 +163,9 @@
"const": "v1.9.0"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0/.schema/config.schema.json"
Expand All @@ -147,7 +180,9 @@
"const": "v1.9.1"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.1/.schema/config.schema.json"
Expand All @@ -162,7 +197,9 @@
"const": "v1.9.2"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.2/.schema/config.schema.json"
Expand All @@ -177,7 +214,9 @@
"const": "v1.10.1"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.1/spec/config.json"
Expand All @@ -192,7 +231,9 @@
"const": "v1.10.2"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.2/spec/config.json"
Expand All @@ -207,7 +248,9 @@
"const": "v1.10.3"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.3/spec/config.json"
Expand All @@ -222,7 +265,9 @@
"const": "v1.10.5"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.5/spec/config.json"
Expand All @@ -237,7 +282,9 @@
"const": "v1.10.6"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.6/spec/config.json"
Expand All @@ -252,7 +299,9 @@
"const": "v1.10.7"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.7/spec/config.json"
Expand All @@ -267,7 +316,9 @@
"const": "v1.11.0"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.0/spec/config.json"
Expand All @@ -282,7 +333,9 @@
"const": "v1.11.6"
}
},
"required": ["version"]
"required": [
"version"
]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.6/spec/config.json"
Expand Down Expand Up @@ -321,5 +374,7 @@
}
]
}
]
}
],
"title": "All Versions of the ORY Hydra Configuration",
"type": "object"
}

0 comments on commit 164f4b5

Please sign in to comment.