JSON Schemas help with validation and code completion of json files. Below are the schemas that are availible in this repository.
- Schema: project-scratch-def.json
- Schema: sfdx-project.json
If you are using the Salesforce Extensions for Visual Studio Code these schemas are already included for you.
For most other editors, you can use the schemas by adding the $schema
property to the top of your JSON file with the link to the schema document as shown below.
{
"$schema": "https://forcedotcom.github.io/schemas/project-scratch-def.schema.json"
//...
}
To report issues or feedback with the schemas, open a bug on GitHub.