Salesforce · Schema

Data6

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
uiapi object
View JSON Schema on GitHub

JSON Schema

salesforce-data6-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "uiapi": {
      "type": "object",
      "properties": {
        "query": {
          "type": "object",
          "properties": {
            "Contact": {
              "type": "object",
              "properties": {
                "edges": {
                  "type": "array",
                  "description": "",
                  "example": [],
                  "items": {
                    "type": "object",
                    "properties": {
                      "node": {
                        "type": "object"
                      }
                    },
                    "required": [
                      "node"
                    ]
                  }
                }
              },
              "required": [
                "edges"
              ]
            }
          },
          "required": [
            "Contact"
          ]
        }
      },
      "required": [
        "query"
      ]
    }
  },
  "required": [
    "uiapi"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Data6"
}