Merge · Schema

ExternalTargetFieldAPI

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
name stringnull
description stringnull
is_mapped stringnull
View JSON Schema on GitHub

JSON Schema

merge-externaltargetfieldapi-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExternalTargetFieldAPI",
  "title": "ExternalTargetFieldAPI",
  "type": "object",
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ]
    },
    "description": {
      "type": [
        "string",
        "null"
      ]
    },
    "is_mapped": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}