Salesforce · Schema

Information

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
text ['string', 'null']
title ['string', 'null']
View JSON Schema on GitHub

JSON Schema

salesforce-information-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "text": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "title": {
      "type": "['string', 'null']",
      "example": "Example Title"
    }
  },
  "required": [
    "text",
    "title"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Information"
}