Salesforce · Schema

Parameter

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
fieldName string
usage string
operator string
sequence string
View JSON Schema on GitHub

JSON Schema

salesforce-parameter-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "fieldName": {
      "type": "string",
      "example": "example_value"
    },
    "usage": {
      "type": "string",
      "example": "example_value"
    },
    "operator": {
      "type": "string",
      "example": "example_value"
    },
    "sequence": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "fieldName",
    "usage"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Parameter"
}