Skip to content

Instantly share code, notes, and snippets.

View jclark-dot-org's full-sized avatar

Jason Clark jclark-dot-org

View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "http://schemas.salesforce.com/sfdx-project.json",
"title": "Salesforce DX Project File",
"description": "The properties and shape of the SFDX project",
"type": "object",
"additionalProperties": false,
"required": ["packageDirectories"],
"properties": {
"packageDirectories": {