mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
18 lines
522 B
YAML
18 lines
522 B
YAML
type: object
|
|
description: Librarian service response
|
|
properties:
|
|
document-metadata:
|
|
$ref: '../common/DocumentMetadata.yaml'
|
|
content:
|
|
type: string
|
|
description: Document content
|
|
document-metadatas:
|
|
type: array
|
|
description: List of documents (returned by list-documents)
|
|
items:
|
|
$ref: '../common/DocumentMetadata.yaml'
|
|
processing-metadatas:
|
|
type: array
|
|
description: List of processing tasks (returned by list-processing)
|
|
items:
|
|
$ref: '../common/ProcessingMetadata.yaml'
|