Merge · Schema

FieldMappingApiInstanceRemoteField

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
remote_key_name stringnull
schema objectnull
remote_endpoint_info object
View JSON Schema on GitHub

JSON Schema

merge-fieldmappingapiinstanceremotefield-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldMappingApiInstanceRemoteField",
  "title": "FieldMappingApiInstanceRemoteField",
  "type": "object",
  "properties": {
    "remote_key_name": {
      "type": [
        "string",
        "null"
      ]
    },
    "schema": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      }
    },
    "remote_endpoint_info": {
      "$ref": "#/components/schemas/FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo"
    }
  },
  "required": [
    "remote_key_name",
    "schema",
    "remote_endpoint_info"
  ]
}