UNPKG

@itentialopensource/adapter-salesforce_metadata

Version:

This adapter integrates with system described as: Salesforce Metadata API.

44 lines 1.07 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "postCancelDeploy", "enum": [ "postCancelDeploy", "postCheckDeployStatus", "postCheckRetrieveStatus", "postCreateMetadata", "postDeleteMetadata", "postDeploy", "postDeployRecentValidation", "postDescribeMetadata", "postDescribeValueType", "postListMetadata", "postReadMetadata", "postRenameMetadata", "postRetrieve", "postUpdateMetadata", "postUpsertMetadata" ], "external_name": "ph_request_type" }, "body": { "type": "object", "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Body" } }, "definitions": {} }