Salesforce · JSON Structure

Salesforce Sobjects2 Structure

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

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

Properties

activateable associateEntityType associateParentEntity createable custom customSetting deepCloneable deletable deprecatedAndHidden feedEnabled hasSubtypes isInterface isSubtype keyPrefix label labelPlural layoutable mergeable mruEnabled name queryable replicateable retrieveable searchable triggerable undeletable updateable urls

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Sobjects2",
  "properties": {
    "activateable": {
      "type": "boolean"
    },
    "associateEntityType": {
      "type": "['string', 'null']"
    },
    "associateParentEntity": {
      "type": "['string', 'null']"
    },
    "createable": {
      "type": "boolean"
    },
    "custom": {
      "type": "boolean"
    },
    "customSetting": {
      "type": "boolean"
    },
    "deepCloneable": {
      "type": "boolean"
    },
    "deletable": {
      "type": "boolean"
    },
    "deprecatedAndHidden": {
      "type": "boolean"
    },
    "feedEnabled": {
      "type": "boolean"
    },
    "hasSubtypes": {
      "type": "boolean"
    },
    "isInterface": {
      "type": "boolean"
    },
    "isSubtype": {
      "type": "boolean"
    },
    "keyPrefix": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "labelPlural": {
      "type": "string"
    },
    "layoutable": {
      "type": "boolean"
    },
    "mergeable": {
      "type": "boolean"
    },
    "mruEnabled": {
      "type": "boolean"
    },
    "name": {
      "type": "string"
    },
    "queryable": {
      "type": "boolean"
    },
    "replicateable": {
      "type": "boolean"
    },
    "retrieveable": {
      "type": "boolean"
    },
    "searchable": {
      "type": "boolean"
    },
    "triggerable": {
      "type": "boolean"
    },
    "undeletable": {
      "type": "boolean"
    },
    "updateable": {
      "type": "boolean"
    },
    "urls": {
      "type": "object",
      "properties": {
        "rowTemplate": {
          "type": "string"
        },
        "describe": {
          "type": "string"
        },
        "sobject": {
          "type": "string"
        }
      },
      "required": [
        "rowTemplate",
        "describe",
        "sobject"
      ]
    }
  },
  "required": [
    "activateable",
    "associateEntityType",
    "associateParentEntity",
    "createable",
    "custom",
    "customSetting",
    "deepCloneable",
    "deletable",
    "deprecatedAndHidden",
    "feedEnabled",
    "hasSubtypes",
    "isInterface",
    "isSubtype",
    "keyPrefix",
    "label",
    "labelPlural",
    "layoutable",
    "mergeable",
    "mruEnabled",
    "name",
    "queryable",
    "replicateable",
    "retrieveable",
    "searchable",
    "triggerable",
    "undeletable",
    "updateable",
    "urls"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}