Salesforce · Schema

Status201-KeyPairNotFound

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
outputs array
View JSON Schema on GitHub

JSON Schema

salesforce-status201-key-pair-not-found-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "outputs": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "example": "example_value"
          },
          "results": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "string"
            }
          }
        },
        "required": [
          "error",
          "results"
        ]
      }
    }
  },
  "required": [
    "outputs"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Status201-KeyPairNotFound"
}