ciyidogan commited on
Commit
22bf2d3
·
verified ·
1 Parent(s): 9cddd64

Update config_models.py

Browse files
Files changed (1) hide show
  1. config_models.py +1 -1
config_models.py CHANGED
@@ -181,7 +181,7 @@ class ResponseMapping(BaseModel):
181
  variable_name: str
182
  type: str # str, int, float, bool, date
183
  json_path: str
184
- caption: str
185
 
186
 
187
  class APIConfig(BaseModel):
 
181
  variable_name: str
182
  type: str # str, int, float, bool, date
183
  json_path: str
184
+ caption: List[LocalizedCaption]
185
 
186
 
187
  class APIConfig(BaseModel):