Salesforce · Schema

OutputValues1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
myColumnOutput string
View JSON Schema on GitHub

JSON Schema

salesforce-output-values1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "myColumnOutput": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "myColumnOutput"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutputValues1"
}