Work on abstracts.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user