UNPKG

@salesforce/plugin-packaging

Version:

SF plugin that support Salesforce Packaging Platform

17 lines (16 loc) 323 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PackageCreate", "definitions": { "PackageCreate": { "type": "object", "properties": { "Id": { "type": "string" } }, "required": ["Id"], "additionalProperties": false } } }