Salesforce · Schema

Generation

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
parameters string
responseId string
text string
View JSON Schema on GitHub

JSON Schema

salesforce-generation-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "parameters": {
      "type": "string",
      "example": "example_value"
    },
    "responseId": {
      "type": "string",
      "example": "500123"
    },
    "text": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "parameters",
    "responseId",
    "text"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Generation"
}