Salesforce · JSON Structure

Salesforce Create Sandbox Structure

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

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

Properties

id success errors warnings infos

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "CreateSandbox",
  "properties": {
    "id": {
      "type": "string"
    },
    "success": {
      "type": "boolean"
    },
    "errors": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "warnings": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "infos": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "id",
    "success",
    "errors",
    "warnings",
    "infos"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}