Salesforce · JSON Structure

Salesforce Namespace Registry History Structure

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

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

Properties

apiName keyPrefix label labelPlural nameFields objectInfoUrl

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "NamespaceRegistryHistory",
  "properties": {
    "apiName": {
      "type": "string"
    },
    "keyPrefix": {
      "type": "string"
    },
    "label": {
      "type": "string"
    },
    "labelPlural": {
      "type": "string"
    },
    "nameFields": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "objectInfoUrl": {
      "type": "string"
    }
  },
  "required": [
    "apiName",
    "keyPrefix",
    "label",
    "labelPlural",
    "nameFields",
    "objectInfoUrl"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}