Merge · Schema

CustomObjectRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
fields object
integration_params objectnull
linked_account_params objectnull
View JSON Schema on GitHub

JSON Schema

merge-customobjectrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomObjectRequest",
  "title": "CustomObjectRequest",
  "type": "object",
  "properties": {
    "fields": {
      "type": "object",
      "additionalProperties": {
        "description": "Any type"
      }
    },
    "integration_params": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      }
    },
    "linked_account_params": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      }
    }
  },
  "required": [
    "fields"
  ]
}