Skip to content

Commit

Permalink
Add DDEV project config schema (#3158)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmacwhite authored Aug 23, 2023
1 parent 875dabd commit 37a1f55
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,18 @@
"fileMatch": [".dlc.json"],
"url": "https://json.schemastore.org/datalogic-scan2deploy-ce.json"
},
{
"name": "ddev-global",
"description": "DDEV global configuration file",
"fileMatch": ["**/.ddev/global_config.yaml"],
"url": "https://raw.githubusercontent.com/ddev/ddev/master/pkg/globalconfig/schema.json"
},
{
"name": "ddev-project",
"description": "DDEV project configuration file",
"fileMatch": ["**/.ddev/config*.yaml"],
"url": "https://raw.githubusercontent.com/ddev/ddev/master/pkg/ddevapp/schema.json"
},
{
"name": "debugsettings.json",
"description": "A JSON schema for the ASP.NET DebugSettings.json files",
Expand Down

0 comments on commit 37a1f55

Please sign in to comment.