Merge · Schema

AsyncPostTaskResult

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
status_code integer
response object
View JSON Schema on GitHub

JSON Schema

merge-asyncposttaskresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AsyncPostTaskResult",
  "title": "AsyncPostTaskResult",
  "type": "object",
  "properties": {
    "status_code": {
      "type": "integer"
    },
    "response": {
      "type": "object",
      "additionalProperties": {
        "description": "Any type"
      }
    }
  }
}