Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 43dcacb

Browse files
author
azlam-abdulsalam
committed
fix(schema): disable addtional property validation of sfdx-project.json
This will disable additional property validation of sfdx-project.json, allowing other plugins to utilise sfdx-project.json fixes #1256
1 parent a99adcd commit 43dcacb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/sfpowerscripts-cli/resources/schemas/sfdx-project.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"title": "sfpowerscripts DX Project File",
55
"description": "The properties and shape of the SFDX project enhanced for sfpowerscripts",
66
"type": "object",
7-
"additionalProperties": false,
7+
"additionalProperties": true,
88
"required": ["packageDirectories"],
99
"properties": {
1010
"packageDirectories": {
@@ -30,7 +30,7 @@
3030
"versionNumber": ["package"]
3131
},
3232
"required": ["path"],
33-
"additionalProperties": false,
33+
"additionalProperties": true,
3434
"properties": {
3535
"ancestorId": {
3636
"$ref": "#/definitions/packageDirectory.ancestorId"

0 commit comments

Comments
 (0)