Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ORY Hydra, Oathkeeper and Keto schemas to the catalog #1211

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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.",
Expand Down