Salesforce · JSON Structure

Salesforce Content1 Structure

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

Content1 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

application/json

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Content1",
  "properties": {
    "application/json": {
      "type": "object",
      "properties": {
        "schema": {
          "type": "object",
          "properties": {
            "type": {
              "type": "string"
            },
            "items": {
              "type": "object",
              "properties": {
                "$ref": {
                  "type": "string"
                }
              },
              "required": [
                "$ref"
              ]
            }
          },
          "required": [
            "type",
            "items"
          ]
        }
      },
      "required": [
        "schema"
      ]
    }
  },
  "required": [
    "application/json"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}