trustgraph/specs/websocket/components/messages/requests/TriplesRequest.yaml
Cyber MacGeddon 1c9a3b5b5a - Update API specs for 2.4
- Update API docs
- Regenerate Python docs
2026-05-28 17:54:31 +01:00

29 lines
613 B
YAML

type: object
description: WebSocket request for triples service (flow-scoped service)
required:
- id
- service
- flow
- request
properties:
id:
type: string
description: Unique request identifier
service:
type: string
const: triples
description: Service identifier for triples service
flow:
type: string
description: Flow ID
request:
$ref: '../../../../api/components/schemas/query/TriplesQueryRequest.yaml'
examples:
- id: req-1
service: triples
flow: my-flow
request:
s:
v: https://example.com/entity1
e: true
limit: 100