ActorRef

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
id string
name string
type string
url string
photo object
View JSON Schema on GitHub

JSON Schema

salesforce-automation-actorref-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ActorRef",
  "title": "ActorRef",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "photo": {
      "type": "object",
      "properties": {
        "smallPhotoUrl": {
          "type": "string"
        },
        "largePhotoUrl": {
          "type": "string"
        }
      }
    }
  }
}