Skip to content

Commit

Permalink
Add KSail external JSON Schema to catalog.json
Browse files Browse the repository at this point in the history
This PR adds the KSail schema to the catalog.json file, to make the KSail schema available to in the SchemaStore.
  • Loading branch information
devantler authored Dec 31, 2024
1 parent d1c5286 commit 42b2b04
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2259,6 +2259,21 @@
"1.8": "https://raw.githubusercontent.com/knative/func/release-1.8/schema/func_yaml-schema.json"
}
},
{
"name": "KSail",
"description": "Configuration for KSail",
"fileMatch": [
"ksail-cluster.yaml",
"ksail-cluster.yml",
"ksail-config.yaml",
"ksail-config.yml",
"ksail.yaml",
"ksail.yml",
"*.ksail.yaml",
"*.ksail.yml"
],
"url": "https://github.com/devantler/ksail/blob/main/schemas/ksail-cluster-schema.json"
},
{
"name": "function.json",
"description": "Azure Functions function.json files",
Expand Down

0 comments on commit 42b2b04

Please sign in to comment.