Merge · Schema

FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
method stringnull
url_path stringnull
field_traversal_path arraynull
View JSON Schema on GitHub

JSON Schema

merge-fieldmappingapiinstanceremotefieldremoteendpointinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo",
  "title": "FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo",
  "type": "object",
  "properties": {
    "method": {
      "type": [
        "string",
        "null"
      ]
    },
    "url_path": {
      "type": [
        "string",
        "null"
      ]
    },
    "field_traversal_path": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "method",
    "url_path",
    "field_traversal_path"
  ]
}