Salesforce · JSON Structure

Salesforce Shipping Address12 Structure

Type: object Properties: 8
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

ShippingAddress12 is a JSON Structure definition published by Salesforce, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

city country geocodeAccuracy latitude longitude postalCode state street

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "ShippingAddress12",
  "properties": {
    "city": {
      "type": "['string', 'null']"
    },
    "country": {
      "type": "['string', 'null']"
    },
    "geocodeAccuracy": {
      "type": "['string', 'null']"
    },
    "latitude": {
      "type": "['string', 'null']"
    },
    "longitude": {
      "type": "['string', 'null']"
    },
    "postalCode": {
      "type": "['string', 'null']"
    },
    "state": {
      "type": "['string', 'null']"
    },
    "street": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}