Salesforce · Schema

SuccessfulCreatejobQueryRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
operation string
query string
contentType string
columnDelimiter string
lineEnding string
View JSON Schema on GitHub

JSON Schema

salesforce-successful-createjob-query-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "operation": {
      "type": "string",
      "example": "example_value"
    },
    "query": {
      "type": "string",
      "example": "example_value"
    },
    "contentType": {
      "type": "string",
      "example": "example_value"
    },
    "columnDelimiter": {
      "type": "string",
      "example": "example_value"
    },
    "lineEnding": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "operation",
    "query",
    "contentType",
    "columnDelimiter",
    "lineEnding"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SuccessfulCreatejobQueryRequest"
}