Salesforce · Schema

Content

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
application/json object
View JSON Schema on GitHub

JSON Schema

salesforce-content-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "application/json": {
      "type": "object",
      "properties": {
        "schema": {
          "type": "object",
          "properties": {
            "$ref": {
              "type": "string",
              "example": "example_value"
            }
          },
          "required": [
            "$ref"
          ]
        }
      },
      "required": [
        "schema"
      ]
    }
  },
  "required": [
    "application/json"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Content"
}