-
-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
autogen: add v0.12.0-alpha.0 to version.schema.json
[skip ci]
- Loading branch information
Showing
1 changed file
with
202 additions
and
161 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,186 +1,227 @@ | ||
{ | ||
"$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"] | ||
"$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.12.0-alpha.0" | ||
} | ||
}, | ||
"required": [ | ||
"version" | ||
] | ||
}, | ||
{ | ||
"$ref": "https://raw.githubusercontent.com/ory/keto/v0.12.0-alpha.0/.schema/config.schema.json" | ||
} | ||
] | ||
}, | ||
{ | ||
"$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"] | ||
"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" | ||
} |