Salesforce · Schema

Body23

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
undelete object
View JSON Schema on GitHub

JSON Schema

salesforce-body23-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "undelete": {
      "type": "object",
      "example": "example_value"
    }
  },
  "required": [
    "undelete"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Body23"
}