Qdrant · Schema

SetPayloadOperation

AIArtificial IntelligenceVector Databases

Properties

Name Type Description
set_payload object
View JSON Schema on GitHub

JSON Schema

qdrant-setpayloadoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetPayloadOperation",
  "title": "SetPayloadOperation",
  "type": "object",
  "required": [
    "set_payload"
  ],
  "properties": {
    "set_payload": {
      "$ref": "#/components/schemas/SetPayload"
    }
  }
}