rvwatch-schemas

1.0.1 • Public • Published

Salesforce DX Schemas

JSON Schemas help with validation and code completion of json files. Below are the schemas that are availible in this repository.

Using the Schemas

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.json/project-scratch-def.schema.json"
  //...
}

Bugs and Feedback

To report issues or feedback with the schemas, open a bug on GitHub.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i rvwatch-schemas

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

62.9 kB

Total Files

26

Last publish

Collaborators

  • rvwatch