mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-22 03:31:02 +02:00
Tweaking schema
This commit is contained in:
parent
f333cdb24e
commit
bae112ee99
2 changed files with 6 additions and 2 deletions
|
|
@ -69,6 +69,7 @@ class DocumentMetadata(Record):
|
|||
title = String()
|
||||
comments = String()
|
||||
metadata = Array(Triple())
|
||||
user = String()
|
||||
tags = Array(String())
|
||||
|
||||
class ProcessingMetadata(Record):
|
||||
|
|
@ -91,8 +92,6 @@ class LibrarianRequest(Record):
|
|||
# list-processing
|
||||
operation = String()
|
||||
|
||||
user = String()
|
||||
|
||||
# add-document, remove-document, update-document, get-document-metadata,
|
||||
# get-document-content
|
||||
document_id = String()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue