Salesforce · JSON Structure

Salesforce Content Structure

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

Content 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": "Content",
  "properties": {
    "application/json": {
      "type": "object",
      "properties": {
        "schema": {
          "type": "object",
          "properties": {
            "$ref": {
              "type": "string"
            }
          },
          "required": [
            "$ref"
          ]
        }
      },
      "required": [
        "schema"
      ]
    }
  },
  "required": [
    "application/json"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}