Salesforce · JSON-LD Context

Salesforce Bulk 2 Context

JSON-LD context defining the semantic vocabulary for Salesforce Bulk 2 from Salesforce.

0 Classes 5 Properties 2 Namespaces
View Context View on GitHub

Namespaces

xsd: http://www.w3.org/2001/XMLSchema#
schema: https://schema.org/

Properties

Property Type Container
IngestJobRequest
IngestJobInfo
QueryJobRequest
QueryJobInfo
Error

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "IngestJobRequest": {
      "@id": "ns:IngestJobRequest",
      "@context": {
        "operation": {
          "@id": "ns:operation",
          "@type": "xsd:string"
        },
        "object": {
          "@id": "ns:object",
          "@type": "xsd:string"
        },
        "externalIdFieldName": {
          "@id": "ns:externalIdFieldName",
          "@type": "xsd:string"
        },
        "contentType": {
          "@id": "ns:contentType",
          "@type": "xsd:string"
        },
        "lineEnding": {
          "@id": "ns:lineEnding",
          "@type": "xsd:string"
        },
        "columnDelimiter": {
          "@id": "ns:columnDelimiter",
          "@type": "xsd:string"
        },
        "assignmentRuleId": {
          "@id": "ns:assignmentRuleId",
          "@type": "xsd:string"
        }
      }
    },
    "IngestJobInfo": {
      "@id": "ns:IngestJobInfo",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "operation": {
          "@id": "ns:operation",
          "@type": "xsd:string"
        },
        "object": {
          "@id": "ns:object",
          "@type": "xsd:string"
        },
        "state": {
          "@id": "ns:state",
          "@type": "xsd:string"
        },
        "createdDate": {
          "@id": "ns:createdDate",
          "@type": "xsd:string"
        },
        "systemModstamp": {
          "@id": "ns:systemModstamp",
          "@type": "xsd:string"
        },
        "numberRecordsProcessed": {
          "@id": "ns:numberRecordsProcessed",
          "@type": "xsd:integer"
        },
        "numberRecordsFailed": {
          "@id": "ns:numberRecordsFailed",
          "@type": "xsd:integer"
        },
        "totalProcessingTime": {
          "@id": "ns:totalProcessingTime",
          "@type": "xsd:integer"
        },
        "errorMessage": {
          "@id": "ns:errorMessage",
          "@type": "xsd:string"
        },
        "contentType": {
          "@id": "ns:contentType",
          "@type": "xsd:string"
        },
        "lineEnding": {
          "@id": "ns:lineEnding",
          "@type": "xsd:string"
        },
        "columnDelimiter": {
          "@id": "ns:columnDelimiter",
          "@type": "xsd:string"
        },
        "externalIdFieldName": {
          "@id": "ns:externalIdFieldName",
          "@type": "xsd:string"
        },
        "jobType": {
          "@id": "ns:jobType",
          "@type": "xsd:string"
        },
        "createdById": {
          "@id": "ns:createdById",
          "@type": "xsd:string"
        },
        "apiVersion": {
          "@id": "ns:apiVersion",
          "@type": "xsd:decimal"
        }
      }
    },
    "QueryJobRequest": {
      "@id": "ns:QueryJobRequest",
      "@context": {
        "operation": {
          "@id": "ns:operation",
          "@type": "xsd:string"
        },
        "query": {
          "@id": "ns:query",
          "@type": "xsd:string"
        },
        "contentType": {
          "@id": "ns:contentType",
          "@type": "xsd:string"
        },
        "columnDelimiter": {
          "@id": "ns:columnDelimiter",
          "@type": "xsd:string"
        },
        "lineEnding": {
          "@id": "ns:lineEnding",
          "@type": "xsd:string"
        }
      }
    },
    "QueryJobInfo": {
      "@id": "ns:QueryJobInfo",
      "@context": {
        "id": {
          "@id": "ns:id",
          "@type": "xsd:string"
        },
        "operation": {
          "@id": "ns:operation",
          "@type": "xsd:string"
        },
        "object": {
          "@id": "ns:object",
          "@type": "xsd:string"
        },
        "state": {
          "@id": "ns:state",
          "@type": "xsd:string"
        },
        "createdDate": {
          "@id": "ns:createdDate",
          "@type": "xsd:string"
        },
        "systemModstamp": {
          "@id": "ns:systemModstamp",
          "@type": "xsd:string"
        },
        "numberRecordsProcessed": {
          "@id": "ns:numberRecordsProcessed",
          "@type": "xsd:integer"
        },
        "totalProcessingTime": {
          "@id": "ns:totalProcessingTime",
          "@type": "xsd:integer"
        },
        "errorMessage": {
          "@id": "ns:errorMessage",
          "@type": "xsd:string"
        },
        "contentType": {
          "@id": "ns:contentType",
          "@type": "xsd:string"
        },
        "columnDelimiter": {
          "@id": "ns:columnDelimiter",
          "@type": "xsd:string"
        },
        "lineEnding": {
          "@id": "ns:lineEnding",
          "@type": "xsd:string"
        },
        "jobType": {
          "@id": "ns:jobType",
          "@type": "xsd:string"
        },
        "createdById": {
          "@id": "ns:createdById",
          "@type": "xsd:string"
        },
        "apiVersion": {
          "@id": "ns:apiVersion",
          "@type": "xsd:decimal"
        }
      }
    },
    "Error": {
      "@id": "ns:Error",
      "@context": {
        "message": {
          "@id": "ns:message",
          "@type": "xsd:string"
        },
        "errorCode": {
          "@id": "ns:errorCode",
          "@type": "xsd:string"
        },
        "fields": "ns:fields"
      }
    }
  }
}