Skip to content

Commit

Permalink
Gaspar version update (SchemaStore#3915)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Ben Robinson <[email protected]>
  • Loading branch information
3 people authored Jul 10, 2024
1 parent a3cfeeb commit 4303fbd
Show file tree
Hide file tree
Showing 4 changed files with 525 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2246,7 +2246,11 @@
"name": "Gaspar",
"description": "Configuration for Gaspar",
"fileMatch": ["gaspar.config.json"],
"url": "https://json.schemastore.org/gaspar-1.0.json"
"url": "https://json.schemastore.org/gaspar-3.0.json",
"versions": {
"1.0": "https://json.schemastore.org/gaspar-1.0.json",
"3.0": "https://json.schemastore.org/gaspar-3.0.json"
}
},
{
"name": "GatewayCore API Gateway",
Expand Down
1 change: 1 addition & 0 deletions src/schema-validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"foundryvtt-world-manifest.json",
"function.json",
"gaspar-1.0.json",
"gaspar-3.0.json",
"geojson.json",
"github-action.json",
"github-funding.json",
Expand Down
Loading

0 comments on commit 4303fbd

Please sign in to comment.