Salesforce · JSON Structure

Salesforce Type1 Structure

Type: object Properties: 4
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Type1 is a JSON Structure definition published by Salesforce, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type name doc fields

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Type1",
  "properties": {
    "type": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "doc": {
      "type": "string"
    },
    "fields": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "type": {
            "type": "object"
          },
          "doc": {
            "type": "string"
          },
          "default": {
            "type": "['string', 'null']"
          }
        },
        "required": [
          "name",
          "type",
          "doc"
        ]
      }
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}