Salesforce · Schema

Field5

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
name string
type object
doc string
default ['string', 'null']
View JSON Schema on GitHub

JSON Schema

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