UNPKG

@salesforce/plugin-packaging

Version:

SF plugin that support Salesforce Packaging Platform

25 lines 530 B
{ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/PackagePushScheduleResult", "definitions": { "PackagePushScheduleResult": { "type": "object", "properties": { "PushRequestId": { "type": "string" }, "ScheduledStartTime": { "type": "string" }, "Status": { "type": "string" } }, "required": [ "PushRequestId", "Status" ], "additionalProperties": false } } }