Salesforce · Schema

CreatejobRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
object string
operation string
View JSON Schema on GitHub

JSON Schema

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