Merge · Schema

ObjectClassDescriptionRequest

IntegrationsPlatformUnified APIAgent HandlerLLM Gateway

Properties

Name Type Description
id string
origin_type object
View JSON Schema on GitHub

JSON Schema

merge-objectclassdescriptionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ObjectClassDescriptionRequest",
  "title": "ObjectClassDescriptionRequest",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "origin_type": {
      "$ref": "#/components/schemas/OriginTypeEnum"
    }
  },
  "required": [
    "id",
    "origin_type"
  ]
}