Salesforce · Schema

Output1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
error string
results array
View JSON Schema on GitHub

JSON Schema

salesforce-output1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "error": {
      "type": "string",
      "example": "example_value"
    },
    "results": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "error",
    "results"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Output1"
}