Salesforce · Schema

GeneratedData

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
actionsSequence string
invokedActions string
outcome string
sessionId string
topic string
citations string
View JSON Schema on GitHub

JSON Schema

salesforce-generated-data-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "actionsSequence": {
      "type": "string",
      "example": "example_value"
    },
    "invokedActions": {
      "type": "string",
      "example": "example_value"
    },
    "outcome": {
      "type": "string",
      "example": "example_value"
    },
    "sessionId": {
      "type": "string",
      "example": "500123"
    },
    "topic": {
      "type": "string",
      "example": "example_value"
    },
    "citations": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "actionsSequence",
    "invokedActions",
    "outcome",
    "sessionId",
    "topic"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GeneratedData"
}