Salesforce · JSON Structure

Salesforce 00H B0000000 Jr Bria0 Structure

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

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

Properties

id sectionUserStates

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "00hB0000000JrBRIA0",
  "properties": {
    "id": {
      "type": "string"
    },
    "sectionUserStates": {
      "type": "object",
      "properties": {
        "01BB0000002rP3IMAU": {
          "type": "object",
          "properties": {
            "collapsed": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "collapsed",
            "id"
          ]
        },
        "01BB0000002rP3JMAU": {
          "type": "object",
          "properties": {
            "collapsed": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "collapsed",
            "id"
          ]
        },
        "01BB0000002rP3LMAU": {
          "type": "object",
          "properties": {
            "collapsed": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "collapsed",
            "id"
          ]
        },
        "01BB0000002rP3MMAU": {
          "type": "object",
          "properties": {
            "collapsed": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "collapsed",
            "id"
          ]
        },
        "01BB0000002rP3NMAU": {
          "type": "object",
          "properties": {
            "collapsed": {
              "type": "boolean"
            },
            "id": {
              "type": "string"
            }
          },
          "required": [
            "collapsed",
            "id"
          ]
        }
      },
      "required": [
        "01BB0000002rP3IMAU",
        "01BB0000002rP3JMAU",
        "01BB0000002rP3LMAU",
        "01BB0000002rP3MMAU",
        "01BB0000002rP3NMAU"
      ]
    }
  },
  "required": [
    "id",
    "sectionUserStates"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}