Skip to content

Commit

Permalink
fix: JSON schema
Browse files Browse the repository at this point in the history
The JSON schema released in 2.1.0 was broken.
  • Loading branch information
amtrack committed Dec 7, 2020
1 parent 549526f commit d5ee851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/plugins/picklists/schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://github.com/amtrack/sfdx-browserforce-plugin/src/plugins/picklist-values/schema.json",
"$id": "https://github.com/amtrack/sfdx-browserforce-plugin/src/plugins/picklists/schema.json",
"title": "Picklists",
"type": "object",
"properties": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugins/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"properties": {
"settings": {
"properties": {
"picklistValues": {
"$ref": "./picklist-values/schema.json"
"picklists": {
"$ref": "./picklists/schema.json"
},
"deferSharingCalculation": {
"$ref": "./defer-sharing-calculation/schema.json"
Expand Down

0 comments on commit d5ee851

Please sign in to comment.