Salesforce · JSON Structure

Salesforce Fields17 Structure

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

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

Properties

Name Rating

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Fields17",
  "properties": {
    "Name": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Rating": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "string"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    }
  },
  "required": [
    "Name",
    "Rating"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}