trustgraph/specs/api/components/schemas/query/TriplesQueryResponse.yaml

11 lines
196 B
YAML
Raw Normal View History

type: object
description: Triples query response
required:
- response
properties:
response:
type: array
description: Matching triples
items:
$ref: '../../common/Triple.yaml'