Salesforce · Schema

SObjects1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
count integer
name string
View JSON Schema on GitHub

JSON Schema

salesforce-s-objects1-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "count": {
      "type": "integer",
      "example": 42
    },
    "name": {
      "type": "string",
      "example": "Example Title"
    }
  },
  "required": [
    "count",
    "name"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SObjects1"
}