Salesforce · JSON Structure

Salesforce Successful Createjob Structure

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

SuccessfulCreatejob is a JSON Structure definition published by Salesforce, describing 13 properties, of which 13 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 contentUrl lineEnding columnDelimiter

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "SuccessfulCreatejob",
  "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"
    },
    "contentUrl": {
      "type": "string"
    },
    "lineEnding": {
      "type": "string"
    },
    "columnDelimiter": {
      "type": "string"
    }
  },
  "required": [
    "id",
    "operation",
    "object",
    "createdById",
    "createdDate",
    "systemModstamp",
    "state",
    "concurrencyMode",
    "contentType",
    "apiVersion",
    "contentUrl",
    "lineEnding",
    "columnDelimiter"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}