{ "$id": "https://github.com/ory/kratos/.schema/versions.config.schema.json", "$schema": "https://raw.githubusercontent.com/ory/cli/v0.0.21/.schema/version_meta.schema.json#", "title": "All Versions of the ORY Hydra Configuration", "type": "object", "oneOf": [ { "allOf": [ { "properties": { "version": { "const": "v1.7.0" } } }, { "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.0/.schema/config.schema.json" } ] }, { "allOf": [ { "properties": { "version": { "const": "v1.7.4" } } }, { "$ref": "https://raw.githubusercontent.com/ory/hydra/v1.7.4/.schema/config.schema.json" } ] } ] }