Salesforce · JSON Structure

Salesforce Links3 Structure

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

Links3 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

gifttransaction

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Links3",
  "properties": {
    "gifttransaction": {
      "type": "object",
      "properties": {
        "href": {
          "type": "string"
        },
        "id": {
          "type": "string"
        }
      },
      "required": [
        "href",
        "id"
      ]
    }
  },
  "required": [
    "gifttransaction"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}