Skip to content

Commit

Permalink
docs: add required key to all versions in the version schema (#3233)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik committed Aug 26, 2022
1 parent 52154bc commit ac61740
Showing 1 changed file with 38 additions and 20 deletions.
58 changes: 38 additions & 20 deletions .schema/version.schema.json
Expand Up @@ -11,7 +11,8 @@
"version": {
"const": "v1.11.7"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.7/spec/config.json"
Expand All @@ -25,7 +26,8 @@
"version": {
"const": "v1.7.0"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.0/.schema/config.schema.json"
Expand All @@ -39,7 +41,8 @@
"version": {
"const": "v1.7.4"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.4/.schema/config.schema.json"
Expand All @@ -53,7 +56,8 @@
"version": {
"const": "v1.8.5"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.8.5/.schema/config.schema.json"
Expand All @@ -67,7 +71,8 @@
"version": {
"const": "v1.9.0-alpha.1"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.1/.schema/config.schema.json"
Expand All @@ -81,7 +86,8 @@
"version": {
"const": "v1.9.0-alpha.2"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.2/.schema/config.schema.json"
Expand All @@ -95,7 +101,8 @@
"version": {
"const": "v1.9.0-alpha.3"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.3/.schema/config.schema.json"
Expand All @@ -109,7 +116,8 @@
"version": {
"const": "v1.9.0-rc.0"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-rc.0/.schema/config.schema.json"
Expand All @@ -123,7 +131,8 @@
"version": {
"const": "v1.9.0"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0/.schema/config.schema.json"
Expand All @@ -137,7 +146,8 @@
"version": {
"const": "v1.9.1"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.1/.schema/config.schema.json"
Expand All @@ -151,7 +161,8 @@
"version": {
"const": "v1.9.2"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.2/.schema/config.schema.json"
Expand All @@ -165,7 +176,8 @@
"version": {
"const": "v1.10.1"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.1/spec/config.json"
Expand All @@ -179,7 +191,8 @@
"version": {
"const": "v1.10.2"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.2/spec/config.json"
Expand All @@ -193,7 +206,8 @@
"version": {
"const": "v1.10.3"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.3/spec/config.json"
Expand All @@ -207,7 +221,8 @@
"version": {
"const": "v1.10.5"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.5/spec/config.json"
Expand All @@ -221,7 +236,8 @@
"version": {
"const": "v1.10.6"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.6/spec/config.json"
Expand All @@ -235,7 +251,8 @@
"version": {
"const": "v1.10.7"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.10.7/spec/config.json"
Expand All @@ -249,7 +266,8 @@
"version": {
"const": "v1.11.0"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.0/spec/config.json"
Expand All @@ -263,15 +281,15 @@
"version": {
"const": "v1.11.6"
}
}
},
"required": ["version"]
},
{
"$ref": "https://raw.githubusercontent.com/ory/hydra/v1.11.6/spec/config.json"
}
]
},
{
"description": "This is the fallback to the latest version (the first one in this schema) in case no version is specified.",
"allOf": [
{
"oneOf": [
Expand Down

0 comments on commit ac61740

Please sign in to comment.