Salesforce · Schema

Parameter1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

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

JSON Schema

salesforce-parameter1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "fieldName": {
      "type": "string",
      "example": "example_value"
    },
    "isGroupByField": {
      "type": "boolean",
      "example": true
    },
    "operator": {
      "type": "string",
      "example": "example_value"
    },
    "sequence": {
      "type": "integer",
      "example": 10
    },
    "usage": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "fieldName",
    "isGroupByField",
    "usage"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Parameter1"
}