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.",