Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,12 @@
"fileMatch": ["**/jobs/**/*.dy.yaml"],
"url": "https://raw.githubusercontent.com/datayoga-io/datayoga/main/schemas/job.schema.json"
},
{
"name": "dbt-bouncer",
"description": "dbt-bouncer configuration file for enforcing conventions in dbt projects",
"fileMatch": ["dbt-bouncer.yml", "dbt-bouncer.yaml"],
"url": "https://raw.githubusercontent.com/godatadriven/dbt-bouncer/main/schema.json"
},
{
"name": "dbt Dependencies",
"description": "dbt's dependencies.yml file for external packages and cross-project refs",
Expand Down Expand Up @@ -5011,6 +5017,12 @@
"fileMatch": ["pixi.toml"],
"url": "https://raw.githubusercontent.com/prefix-dev/pixi/main/schema/schema.json"
},
{
"name": "partial-pixi.json",
"description": "Pixi configuration for pyproject.toml",
"fileMatch": [],
"url": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/partial-pixi.json"
},
{
"name": ".pmbot.yml",
"description": "Pmbot configuration file",
Expand Down
2 changes: 2 additions & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -1182,6 +1182,7 @@
"partial-mypy.json",
"partial-pdm.json",
"partial-pdm-dockerize.json",
"partial-pixi.json",
"partial-poe.json",
"partial-poetry.json",
"partial-pyright.json",
Expand Down Expand Up @@ -1237,6 +1238,7 @@
"partial-mypy.json",
"partial-pdm.json",
"partial-pdm-dockerize.json",
"partial-pixi.json",
"partial-poe.json",
"partial-poetry.json",
"partial-pyright.json",
Expand Down
Loading