Spaces:
Building
Building
Update config_models.py
Browse files- 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:
|
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):
|