Require a curated boolean flag
This commit is contained in:
parent
759dbf07b9
commit
f0592f99df
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -32,6 +32,7 @@ class Result(BaseModel):
|
|||
url: str
|
||||
title: str
|
||||
extract: str
|
||||
curated: bool
|
||||
|
||||
|
||||
class BeginCurate(BaseModel):
|
||||
|
|
Loading…
Add table
Reference in a new issue