Salesforce · JSON Structure

Salesforce Create Clone Sandbox Request Structure

Type: object Properties: 9 Required: 9
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

CreateCloneSandboxRequest is a JSON Structure definition published by Salesforce, describing 9 properties, of which 9 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

SandboxName LicenseType TemplateId HistoryDays CopyChatter AutoActivate ApexClassId Description SourceId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CreateCloneSandboxRequest",
  "properties": {
    "SandboxName": {
      "type": "string"
    },
    "LicenseType": {
      "type": "string"
    },
    "TemplateId": {
      "type": "['string', 'null']"
    },
    "HistoryDays": {
      "type": "integer"
    },
    "CopyChatter": {
      "type": "boolean"
    },
    "AutoActivate": {
      "type": "boolean"
    },
    "ApexClassId": {
      "type": "['string', 'null']"
    },
    "Description": {
      "type": "string"
    },
    "SourceId": {
      "type": "['string', 'null']"
    }
  },
  "required": [
    "SandboxName",
    "LicenseType",
    "TemplateId",
    "HistoryDays",
    "CopyChatter",
    "AutoActivate",
    "ApexClassId",
    "Description",
    "SourceId"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}