From 101950a959a5da7c6a845cb4ad1c5b2d7b4308be Mon Sep 17 00:00:00 2001 From: zepatrik Date: Mon, 24 Aug 2020 11:50:53 +0200 Subject: [PATCH] add ORY Hydra, Oathkeeper and Keto schemas to the catalog Analogously to #1173, this PR adds a reference to the version mapping schema on master of https://github.com/ory/hydra https://github.com/ory/oathkeeper and https://github.com/ory/keto. Note that these mapper schemas are autogenerated on every release and therefore the current master always has all releases. --- src/api/json/catalog.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 01eca78e13d..7d5f6289a9f 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -961,6 +961,17 @@ ], "url": "https://json.schemastore.org/htmlhint" }, + { + "name": "hydra.yml", + "description": "ORY Hydra configuration file", + "fileMatch": [ + "hydra.json", + "hydra.yml", + "hydra.yaml", + "hydra.toml" + ], + "url": "https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json" + }, { "name": "imageoptimizer.json", "description": "Schema for imageoptimizer.json files", @@ -1084,6 +1095,17 @@ ], "url": "https://json.schemastore.org/jsconfig" }, + { + "name": "keto.yml", + "description": "ORY Keto configuration file", + "fileMatch": [ + "keto.json", + "keto.yml", + "keto.yaml", + "keto.toml" + ], + "url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json" + }, { "name": "kustomization.yaml", "description": "Kubernetes native configuration management", @@ -1235,6 +1257,17 @@ "nswag.json" ] }, + { + "name": "oathkeeper.yml", + "description": "ORY Oathkeeper configuration file", + "fileMatch": [ + "oathkeeper.json", + "oathkeeper.yml", + "oathkeeper.yaml", + "oathkeeper.toml" + ], + "url": "https://raw.githubusercontent.com/ory/oathkeeper/master/.schema/version.schema.json" + }, { "name": "ocelot.json", "description": "JSON schema for the Ocelot Api Gateway.",