Salesforce · Schema

Inputs1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
myColumnInput string
View JSON Schema on GitHub

JSON Schema

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