Salesforce · Schema

Uiapi12

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
AccountDelete object
View JSON Schema on GitHub

JSON Schema

salesforce-uiapi12-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "AccountDelete": {
      "type": "object",
      "properties": {
        "Id": {
          "type": "string",
          "example": "abc123"
        }
      },
      "required": [
        "Id"
      ]
    }
  },
  "required": [
    "AccountDelete"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Uiapi12"
}