Salesforce · JSON Structure

Salesforce Data11 Structure

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

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

Properties

uiapi

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Data11",
  "properties": {
    "uiapi": {
      "type": "object",
      "properties": {
        "AccountCreate": {
          "type": "object",
          "properties": {
            "Record": {
              "type": "object",
              "properties": {
                "Id": {
                  "type": "string"
                },
                "Name": {
                  "type": "object",
                  "properties": {
                    "value": {
                      "type": "string"
                    }
                  },
                  "required": [
                    "value"
                  ]
                }
              },
              "required": [
                "Id",
                "Name"
              ]
            }
          },
          "required": [
            "Record"
          ]
        }
      },
      "required": [
        "AccountCreate"
      ]
    }
  },
  "required": [
    "uiapi"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}