Salesforce · Schema

Links13

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
giftcommitment object
paymentinstrument object
View JSON Schema on GitHub

JSON Schema

salesforce-links13-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "giftcommitment": {
      "type": "object",
      "properties": {
        "href": {
          "type": "string",
          "example": "example_value"
        },
        "id": {
          "type": "string",
          "example": "abc123"
        }
      },
      "required": [
        "href",
        "id"
      ]
    },
    "paymentinstrument": {
      "type": "object",
      "properties": {
        "href": {
          "type": "string",
          "example": "example_value"
        },
        "id": {
          "type": "string",
          "example": "abc123"
        }
      },
      "required": [
        "href",
        "id"
      ]
    }
  },
  "required": [
    "giftcommitment",
    "paymentinstrument"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Links13"
}