Salesforce · JSON Structure

Salesforce Successful Createjob Query Request Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

SuccessfulCreatejobQueryRequest is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

operation query contentType columnDelimiter lineEnding

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulCreatejobQueryRequest",
  "properties": {
    "operation": {
      "type": "string"
    },
    "query": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "columnDelimiter": {
      "type": "string"
    },
    "lineEnding": {
      "type": "string"
    }
  },
  "required": [
    "operation",
    "query",
    "contentType",
    "columnDelimiter",
    "lineEnding"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}