Spaces:
Building
Building
Update service_config.jsonc
Browse files- service_config.jsonc +5 -0
service_config.jsonc
CHANGED
@@ -300,16 +300,19 @@
|
|
300 |
},
|
301 |
{
|
302 |
"variable_name": "departure_time",
|
|
|
303 |
"type": "str",
|
304 |
"json_path": "flight_details.departure_time"
|
305 |
},
|
306 |
{
|
307 |
"variable_name": "arrival_time",
|
|
|
308 |
"type": "str",
|
309 |
"json_path": "flight_details.arrival_time"
|
310 |
},
|
311 |
{
|
312 |
"variable_name": "total_price",
|
|
|
313 |
"type": "float",
|
314 |
"json_path": "pricing.total_amount"
|
315 |
}
|
@@ -345,11 +348,13 @@
|
|
345 |
"response_mappings": [
|
346 |
{
|
347 |
"variable_name": "departure_time",
|
|
|
348 |
"type": "str",
|
349 |
"json_path": "flight_details.departure_time"
|
350 |
},
|
351 |
{
|
352 |
"variable_name": "arrival_time",
|
|
|
353 |
"type": "str",
|
354 |
"json_path": "flight_details.arrival_time"
|
355 |
}
|
|
|
300 |
},
|
301 |
{
|
302 |
"variable_name": "departure_time",
|
303 |
+
"caption": "",
|
304 |
"type": "str",
|
305 |
"json_path": "flight_details.departure_time"
|
306 |
},
|
307 |
{
|
308 |
"variable_name": "arrival_time",
|
309 |
+
"caption": "",
|
310 |
"type": "str",
|
311 |
"json_path": "flight_details.arrival_time"
|
312 |
},
|
313 |
{
|
314 |
"variable_name": "total_price",
|
315 |
+
"caption": "",
|
316 |
"type": "float",
|
317 |
"json_path": "pricing.total_amount"
|
318 |
}
|
|
|
348 |
"response_mappings": [
|
349 |
{
|
350 |
"variable_name": "departure_time",
|
351 |
+
"caption": "",
|
352 |
"type": "str",
|
353 |
"json_path": "flight_details.departure_time"
|
354 |
},
|
355 |
{
|
356 |
"variable_name": "arrival_time",
|
357 |
+
"caption": "",
|
358 |
"type": "str",
|
359 |
"json_path": "flight_details.arrival_time"
|
360 |
}
|