mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
11 lines
196 B
YAML
11 lines
196 B
YAML
|
|
type: object
|
||
|
|
description: Triples query response
|
||
|
|
required:
|
||
|
|
- response
|
||
|
|
properties:
|
||
|
|
response:
|
||
|
|
type: array
|
||
|
|
description: Matching triples
|
||
|
|
items:
|
||
|
|
$ref: '../../common/Triple.yaml'
|