Salesforce · JSON Structure

Salesforce Field Mapping List Structure

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

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

Properties

modelField

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "FieldMappingList",
  "properties": {
    "modelField": {
      "type": "object",
      "properties": {
        "label": {
          "type": "string"
        },
        "name": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "label",
        "name",
        "type"
      ]
    }
  },
  "required": [
    "modelField"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}