Skip to content

Commit

Permalink
feat: Add Dofigen JSON Schema
Browse files Browse the repository at this point in the history
  • Loading branch information
taorepoara committed Dec 20, 2024
1 parent 3931db8 commit 7f319e8
Show file tree
Hide file tree
Showing 4 changed files with 1,475 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1814,6 +1814,19 @@
"fileMatch": ["docfx.json"],
"url": "https://json.schemastore.org/docfx.json"
},
{
"name": "Dofigen",
"description": "Dofigen configuration file. Documentation: https://github.com/lenra-io/dofigen",
"fileMatch": [
"dofigen.yaml",
"dofigen.json",
"dofigen.yml",
"*.dofigen.yaml",
"*.dofigen.json",
"*.dofigen.yml"
],
"url": "https://json.schemastore.org/dofigen.json"
},
{
"name": "Dolittle Artifacts",
"description": "A Dolittle bounded context's artifacts",
Expand Down
Loading

0 comments on commit 7f319e8

Please sign in to comment.