Merge · Schema

AccountFieldMappings

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
organization_defined_targets object
linked_account_defined_targets object
View JSON Schema on GitHub

JSON Schema

merge-accountfieldmappings-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AccountFieldMappings",
  "title": "AccountFieldMappings",
  "type": "object",
  "properties": {
    "organization_defined_targets": {
      "type": "object",
      "additionalProperties": {
        "description": "Any type"
      }
    },
    "linked_account_defined_targets": {
      "type": "object",
      "additionalProperties": {
        "description": "Any type"
      }
    }
  }
}