Salesforce · JSON Structure

Salesforce Mailing Geocode Accuracy1 Structure

Type: object Properties: 5 Required: 5
Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

MailingGeocodeAccuracy1 is a JSON Structure definition published by Salesforce, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

controllerValues defaultValue eTag url values

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "MailingGeocodeAccuracy1",
  "properties": {
    "controllerValues": {
      "type": "object"
    },
    "defaultValue": {
      "type": "['string', 'null']"
    },
    "eTag": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "values": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "attributes": {
            "type": "['string', 'null']"
          },
          "label": {
            "type": "string"
          },
          "validFor": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "value": {
            "type": "string"
          }
        },
        "required": [
          "attributes",
          "label",
          "validFor",
          "value"
        ]
      }
    }
  },
  "required": [
    "controllerValues",
    "defaultValue",
    "eTag",
    "url",
    "values"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}