Salesforce · JSON Structure

Salesforce Parameter1 Structure

Type: object Properties: 5 Required: 3
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Parameter1 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 3 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

fieldName isGroupByField operator sequence usage

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Parameter1",
  "properties": {
    "fieldName": {
      "type": "string"
    },
    "isGroupByField": {
      "type": "boolean"
    },
    "operator": {
      "type": "string"
    },
    "sequence": {
      "type": "integer"
    },
    "usage": {
      "type": "string"
    }
  },
  "required": [
    "fieldName",
    "isGroupByField",
    "usage"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}