Require a curated boolean flag

This commit is contained in:
Daoud Clarke 2023-04-13 06:27:51 +01:00
parent 759dbf07b9
commit f0592f99df
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -32,6 +32,7 @@ class Result(BaseModel):
url: str
title: str
extract: str
curated: bool
class BeginCurate(BaseModel):