Salesforce · Schema

OutputParameters3

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

salesforce-output-parameters3-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "PointsDebited": {
            "type": "integer",
            "example": 10
          }
        },
        "required": [
          "PointsDebited"
        ]
      }
    }
  },
  "required": [
    "results"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OutputParameters3"
}