lib/multiwoven/integrations/destination/salesforce_crm/config/spec.json in multiwoven-integrations-0.1.11 vs lib/multiwoven/integrations/destination/salesforce_crm/config/spec.json in multiwoven-integrations-0.1.12

- old
+ new

@@ -1,37 +1,43 @@ { - "documentation_url": "https://docs.multiwoven.com/integrations/destination/salesforce_crm", - "stream_type": "static", - "connection_specification": { - "$schema": "http://json-schema.org/draft-07/schema#", - "title": "Salesforce Destination Spec", - "type": "object", - "required": ["access_token", "refresh_token", "instance_url", "client_id", "client_secret"], - "properties": { - "access_token": { - "type": "string", - "title": "Access Token", - "order": 0 - }, - "refresh_token": { - "type": "string", - "title": "Refresh Token", - "order": 1 - }, - "instance_url": { - "type": "string", - "title": "Instance URL", - "order": 2 - }, - "client_id": { - "type": "string", - "title": "Client ID", - "order": 3 - }, - "client_secret": { - "type": "string", - "title": "Client Secret", - "order": 4 - } + "documentation_url": "https://docs.multiwoven.com/integrations/destination/salesforce_crm", + "stream_type": "static", + "connection_specification": { + "$schema": "http://json-schema.org/draft-07/schema#", + "title": "Salesforce CRM", + "type": "object", + "required": [ + "access_token", + "refresh_token", + "instance_url", + "client_id", + "client_secret" + ], + "properties": { + "access_token": { + "type": "string", + "title": "Access Token", + "order": 0 + }, + "refresh_token": { + "type": "string", + "title": "Refresh Token", + "order": 1 + }, + "instance_url": { + "type": "string", + "title": "Instance URL", + "order": 2 + }, + "client_id": { + "type": "string", + "title": "Client ID", + "order": 3 + }, + "client_secret": { + "type": "string", + "title": "Client Secret", + "order": 4 } } - } \ No newline at end of file + } +}