Salesforce · JSON Structure

Salesforce Fields41 Structure

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

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

Properties

Alias CreatedDate Id LastModifiedById LastModifiedDate Name SystemModstamp

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Fields41",
  "properties": {
    "Alias": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "CreatedDate": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Id": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastModifiedById": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "LastModifiedDate": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "Name": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    },
    "SystemModstamp": {
      "type": "object",
      "properties": {
        "displayValue": {
          "type": "['string', 'null']"
        },
        "value": {
          "type": "string"
        }
      },
      "required": [
        "displayValue",
        "value"
      ]
    }
  },
  "required": [
    "Alias",
    "CreatedDate",
    "Id",
    "LastModifiedById",
    "LastModifiedDate",
    "Name",
    "SystemModstamp"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}