Work on abstracts.

This commit is contained in:
Scott Idem
2023-05-05 17:29:02 -04:00
parent 2698f06c57
commit 916cca1d73
4 changed files with 30 additions and 18 deletions

View File

@@ -41,6 +41,9 @@ class Data_Store_Base(BaseModel):
description: Optional[str]
# json: Optional[str] # "json" is reserved; need to change field name? json_str?
json_str: Optional[Union[Json, None]] = Field(
alias = 'json',
)
text: Optional[str]
meta_json: Optional[str]
meta_text: Optional[str]