Salesforce · JSON Structure

Salesforce Record Type Infos Structure

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

RecordTypeInfos 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

012000000000000AAA

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "RecordTypeInfos",
  "properties": {
    "012000000000000AAA": {
      "type": "object",
      "properties": {
        "available": {
          "type": "boolean"
        },
        "defaultRecordTypeMapping": {
          "type": "boolean"
        },
        "master": {
          "type": "boolean"
        },
        "name": {
          "type": "string"
        },
        "recordTypeId": {
          "type": "string"
        }
      },
      "required": [
        "available",
        "defaultRecordTypeMapping",
        "master",
        "name",
        "recordTypeId"
      ]
    }
  },
  "required": [
    "012000000000000AAA"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}