Salesforce · Schema

FirstName

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
type string
description string
View JSON Schema on GitHub

JSON Schema

salesforce-first-name-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "A sample description."
    }
  },
  "required": [
    "type",
    "description"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FirstName"
}