Salesforce · JSON Structure

Salesforce Result3 Structure

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

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

Properties

metadataObjects organizationNamespace partialSaveAllowed testRequired

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "result3",
  "properties": {
    "metadataObjects": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "directoryName": {
            "type": "string"
          },
          "inFolder": {
            "type": "boolean"
          },
          "metaFile": {
            "type": "boolean"
          },
          "suffix": {
            "type": "string"
          },
          "xmlName": {
            "type": "string"
          },
          "childXmlNames": {
            "type": "string"
          }
        },
        "required": [
          "directoryName",
          "inFolder",
          "metaFile",
          "xmlName"
        ]
      }
    },
    "organizationNamespace": {
      "type": "string"
    },
    "partialSaveAllowed": {
      "type": "boolean"
    },
    "testRequired": {
      "type": "boolean"
    }
  },
  "required": [
    "metadataObjects",
    "organizationNamespace",
    "partialSaveAllowed",
    "testRequired"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}