Salesforce · Schema

Contacts1

Fortune 500AIAnalyticsCloudCommerceCRMCustomer ServiceEnterpriseMarketingPlatformSales

Properties

Name Type Description
data object
errors array
View JSON Schema on GitHub

JSON Schema

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