Salesforce Automation System · JSON-LD Context

Salesforce Automation System Context

JSON-LD context defining the semantic vocabulary for Salesforce Automation System from Salesforce Automation System.

1 Classes 20 Properties 1 Namespaces
View Context View on GitHub

Namespaces

sf: https://developer.salesforce.com/docs/automation/vocab#

Classes

Id

Properties

Property Type Container
FlowDefinition reference
FlowVersion
ApprovalProcess
ApprovalRequest
ProcessInstance
ApiName
Label
Description
Status
ProcessType
TriggerType
ActiveVersionId reference
actionType
contextActorId reference
contextId reference
comments
success boolean
instanceStatus
CreatedDate dateTime
LastModifiedDate dateTime

JSON-LD Document

Raw ↑
{
  "@context": {
    "@vocab": "https://schema.org/",
    "sf": "https://developer.salesforce.com/docs/automation/vocab#",
    "FlowDefinition": {
      "@id": "sf:FlowDefinition",
      "@type": "@id"
    },
    "FlowVersion": {
      "@id": "sf:FlowVersion"
    },
    "ApprovalProcess": {
      "@id": "sf:ApprovalProcess"
    },
    "ApprovalRequest": {
      "@id": "sf:ApprovalRequest"
    },
    "ProcessInstance": {
      "@id": "sf:ProcessInstance"
    },
    "Id": "@id",
    "ApiName": {
      "@id": "schema:identifier"
    },
    "Label": {
      "@id": "schema:name"
    },
    "Description": {
      "@id": "schema:description"
    },
    "Status": {
      "@id": "schema:status"
    },
    "ProcessType": {
      "@id": "sf:processType"
    },
    "TriggerType": {
      "@id": "sf:triggerType"
    },
    "ActiveVersionId": {
      "@id": "sf:activeVersionId",
      "@type": "@id"
    },
    "actionType": {
      "@id": "sf:actionType"
    },
    "contextActorId": {
      "@id": "sf:actorId",
      "@type": "@id"
    },
    "contextId": {
      "@id": "sf:targetId",
      "@type": "@id"
    },
    "comments": {
      "@id": "schema:comment"
    },
    "success": {
      "@id": "sf:success",
      "@type": "xsd:boolean"
    },
    "instanceStatus": {
      "@id": "sf:instanceStatus"
    },
    "CreatedDate": {
      "@id": "schema:dateCreated",
      "@type": "xsd:dateTime"
    },
    "LastModifiedDate": {
      "@id": "schema:dateModified",
      "@type": "xsd:dateTime"
    }
  }
}