{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/latest.json",
  "title": "All Versions of the ORY Hydra Configuration",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json",
    "sourceSha256": "4664d749f417926629f0df1d9a7cfdbfece105b70f7a37d304c762299d5eef9d",
    "fileMatch": [
      "hydra.json",
      "hydra.yml",
      "hydra.yaml",
      "hydra.toml"
    ],
    "parsers": [
      "json",
      "toml",
      "yaml"
    ]
  },
  "type": "object",
  "oneOf": [
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.3.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.3.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.2.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.2.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.2.0-rc.3"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.2.0-rc.3/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.2.0-rc.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.2.0-rc.2/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.1.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.1.2/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.1.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.1.1/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.1.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v2.1.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.0.3"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.0.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v2.0.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.11.7"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.7.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.7.4"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.4/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.8.5"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.8.5/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.0-alpha.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.1/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.0-alpha.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.2/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.0-alpha.3"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-alpha.3/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.0-rc.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0-rc.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.1/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.9.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.9.2/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.3"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.5"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.6"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.10.7"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.11.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v1.11.6"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/ory-hydra-configuration/_shared/latest--config.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "oneOf": [
            {
              "properties": {
                "version": {
                  "type": "string",
                  "maxLength": 0
                }
              },
              "required": [
                "version"
              ],
              "type": "object"
            },
            {
              "not": {
                "properties": {
                  "version": {}
                },
                "required": [
                  "version"
                ],
                "type": "object"
              }
            }
          ]
        },
        {
          "$ref": "#/oneOf/0/allOf/1"
        }
      ]
    }
  ]
}
