Salesforce · JSON Structure

Salesforce 012000000000000 Aaa1 Structure

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

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

Properties

available defaultRecordTypeMapping master name recordTypeId

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

JSON Structure

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