Salesforce · Schema

Detail7

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
success boolean
links object
View JSON Schema on GitHub

JSON Schema

salesforce-detail7-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "example": true
    },
    "links": {
      "type": "object",
      "properties": {
        "giftcommitment": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "example": "example_value"
            },
            "id": {
              "type": "string",
              "example": "abc123"
            }
          },
          "required": [
            "href",
            "id"
          ]
        },
        "giftcommitmentschedule": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "example": "example_value"
            },
            "id": {
              "type": "string",
              "example": "abc123"
            }
          },
          "required": [
            "href",
            "id"
          ]
        },
        "giftdefaultdesignation": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "object",
            "properties": {
              "href": {
                "type": "string",
                "example": "example_value"
              },
              "id": {
                "type": "string",
                "example": "abc123"
              }
            },
            "required": [
              "href",
              "id"
            ]
          }
        },
        "gifttransaction": {
          "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"
          ]
        },
        "account": {
          "type": "object",
          "properties": {
            "href": {
              "type": "string",
              "example": "example_value"
            },
            "id": {
              "type": "string",
              "example": "abc123"
            }
          },
          "required": [
            "href",
            "id"
          ]
        }
      },
      "required": [
        "giftcommitment",
        "giftcommitmentschedule",
        "giftdefaultdesignation",
        "gifttransaction",
        "paymentinstrument",
        "account"
      ]
    }
  },
  "required": [
    "success",
    "links"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Detail7"
}