From d5ee8513118656aa03285d9044988db015bc7ede Mon Sep 17 00:00:00 2001 From: Matthias Rolke Date: Mon, 7 Dec 2020 14:07:16 +0100 Subject: [PATCH] fix: JSON schema The JSON schema released in 2.1.0 was broken. --- src/plugins/picklists/schema.json | 2 +- src/plugins/schema.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plugins/picklists/schema.json b/src/plugins/picklists/schema.json index 8c0d1572..0dd40f19 100644 --- a/src/plugins/picklists/schema.json +++ b/src/plugins/picklists/schema.json @@ -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": { diff --git a/src/plugins/schema.json b/src/plugins/schema.json index eeda53df..49d502a9 100644 --- a/src/plugins/schema.json +++ b/src/plugins/schema.json @@ -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"