Merge · Schema

AsyncPostTask

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
status object
result object
View JSON Schema on GitHub

JSON Schema

merge-asyncposttask-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AsyncPostTask",
  "title": "AsyncPostTask",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/AsyncPostTaskStatusEnum"
    },
    "result": {
      "$ref": "#/components/schemas/AsyncPostTaskResult"
    }
  },
  "required": [
    "status",
    "result"
  ]
}