Salesforce · Schema

Address

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
country string
View JSON Schema on GitHub

JSON Schema

salesforce-address-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "country": {
      "type": "string",
      "example": 42
    }
  },
  "required": [
    "country"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Address"
}