Salesforce · Schema

RefreshSandboxRequest

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
LicenseType string
AutoActivate boolean
View JSON Schema on GitHub

JSON Schema

salesforce-refresh-sandbox-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "LicenseType": {
      "type": "string",
      "example": "example_value"
    },
    "AutoActivate": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "LicenseType",
    "AutoActivate"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RefreshSandboxRequest"
}