{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/ory-keto-configuration/latest.json",
  "title": "All Versions of the ORY Keto Configuration",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json",
    "sourceSha256": "db612a8735ecbb58dd84f7945472a3c19a636fc6694fe7ddb2adb10e0afe1336",
    "fileMatch": [
      "keto.json",
      "keto.yml",
      "keto.yaml",
      "keto.toml"
    ],
    "parsers": [
      "json",
      "toml",
      "yaml"
    ]
  },
  "type": "object",
  "oneOf": [
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.14.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.14.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.12.0-alpha.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.12.0-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.11.1-alpha.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.11.1-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.11.0-alpha.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.11.0-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.10.0-alpha.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.10.0-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.9.0-alpha.0"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.9.0-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.8.0-alpha.2"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.8.0-alpha.2/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.6.0-alpha.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.1/internal/driver/config/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.6.0-alpha.3"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$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"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.7.0-alpha.0/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.7.0-alpha.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.7.0-alpha.1/.schema/config.schema.json"
        }
      ]
    },
    {
      "allOf": [
        {
          "properties": {
            "version": {
              "const": "v0.8.0-alpha.1"
            }
          },
          "required": [
            "version"
          ],
          "type": "object"
        },
        {
          "$ref": "https://raw.githubusercontent.com/ory/keto/v0.8.0-alpha.1/.schema/config.schema.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"
        }
      ]
    }
  ]
}
