Salesforce · JSON Structure

Salesforce Successful Get Job Info Query1 Structure

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

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

Properties

id operation object createdById createdDate systemModstamp state concurrencyMode contentType apiVersion jobType lineEnding columnDelimiter numberRecordsProcessed retries totalProcessingTime

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulGetJobInfoQuery1",
  "properties": {
    "id": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "object": {
      "type": "string"
    },
    "createdById": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "systemModstamp": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "concurrencyMode": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "apiVersion": {
      "type": "integer"
    },
    "jobType": {
      "type": "string"
    },
    "lineEnding": {
      "type": "string"
    },
    "columnDelimiter": {
      "type": "string"
    },
    "numberRecordsProcessed": {
      "type": "integer"
    },
    "retries": {
      "type": "integer"
    },
    "totalProcessingTime": {
      "type": "integer"
    }
  },
  "required": [
    "id",
    "operation",
    "object",
    "createdById",
    "createdDate",
    "systemModstamp",
    "state",
    "concurrencyMode",
    "contentType",
    "apiVersion",
    "jobType",
    "lineEnding",
    "columnDelimiter",
    "numberRecordsProcessed",
    "retries",
    "totalProcessingTime"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}