From a4b41bdb56bf93a1be1a969a0e7fef1670d260eb Mon Sep 17 00:00:00 2001 From: ory-bot <60093411+ory-bot@users.noreply.github.com> Date: Thu, 9 Mar 2023 14:31:57 +0000 Subject: [PATCH] autogen: add v0.11.1-alpha.0 to version.schema.json [skip ci] --- .schema/version.schema.json | 335 ++++++++++++++++++++---------------- 1 file changed, 187 insertions(+), 148 deletions(-) diff --git a/.schema/version.schema.json b/.schema/version.schema.json index e6a4a1ed8..60dce298b 100644 --- a/.schema/version.schema.json +++ b/.schema/version.schema.json @@ -1,171 +1,210 @@ { - "$id": "https://github.com/ory/keto/.schema/versions.config.schema.json", - "$schema": "http://json-schema.org/draft-07/schema#", - "oneOf": [ - { - "allOf": [ - { - "properties": { - "version": { - "const": "v0.11.0-alpha.0" - } - }, - "required": ["version"] + "$id": "https://github.com/ory/keto/.schema/versions.config.schema.json", + "$schema": "http://json-schema.org/draft-07/schema#", + "oneOf": [ + { + "allOf": [ + { + "properties": { + "version": { + "const": "v0.11.1-alpha.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.11.1-alpha.0/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.11.0-alpha.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.11.0-alpha.0/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.10.0-alpha.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.10.0-alpha.0/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.9.0-alpha.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.9.0-alpha.0/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.8.0-alpha.2" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.8.0-alpha.2/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.6.0-alpha.1" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.1/internal/driver/config/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.6.0-alpha.3" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.6.0-alpha.3/internal/driver/config/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.7.0-alpha.0" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.7.0-alpha.0/.schema/config.schema.json" + } + ] }, { - "$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"] + "allOf": [ + { + "properties": { + "version": { + "const": "v0.7.0-alpha.1" + } + }, + "required": [ + "version" + ] + }, + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.7.0-alpha.1/.schema/config.schema.json" + } + ] }, { - "$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"] - }, - { - "not": { - "properties": { - "version": {} + "allOf": [ + { + "properties": { + "version": { + "const": "v0.8.0-alpha.1" + } + }, + "required": [ + "version" + ] }, - "required": ["version"] - } - } - ] + { + "$ref": "https://raw.githubusercontent.com/ory/keto/v0.8.0-alpha.1/.schema/config.schema.json" + } + ] }, { - "$ref": "#/oneOf/0/allOf/1" + "allOf": [ + { + "oneOf": [ + { + "properties": { + "version": { + "type": "string", + "maxLength": 0 + } + }, + "required": [ + "version" + ] + }, + { + "not": { + "properties": { + "version": {} + }, + "required": [ + "version" + ] + } + } + ] + }, + { + "$ref": "#/oneOf/0/allOf/1" + } + ] } - ] - } - ], - "title": "All Versions of the ORY Keto Configuration", - "type": "object" -} + ], + "title": "All Versions of the ORY Keto Configuration", + "type": "object" +} \ No newline at end of file