Spaces:
Paused
Paused
Update service_config.jsonc
Browse files- service_config.jsonc +6 -6
service_config.jsonc
CHANGED
|
@@ -295,25 +295,25 @@
|
|
| 295 |
"response_mappings": [
|
| 296 |
{
|
| 297 |
"variable_name": "booking_id",
|
| 298 |
-
"caption": "",
|
| 299 |
"type": "str",
|
| 300 |
"json_path": "booking_id"
|
| 301 |
},
|
| 302 |
{
|
| 303 |
"variable_name": "departure_time",
|
| 304 |
-
"caption": "",
|
| 305 |
"type": "str",
|
| 306 |
"json_path": "flight_details.departure_time"
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"variable_name": "arrival_time",
|
| 310 |
-
"caption": "",
|
| 311 |
"type": "str",
|
| 312 |
"json_path": "flight_details.arrival_time"
|
| 313 |
},
|
| 314 |
{
|
| 315 |
"variable_name": "total_price",
|
| 316 |
-
"caption": "",
|
| 317 |
"type": "float",
|
| 318 |
"json_path": "pricing.total_amount"
|
| 319 |
}
|
|
@@ -349,13 +349,13 @@
|
|
| 349 |
"response_mappings": [
|
| 350 |
{
|
| 351 |
"variable_name": "departure_time",
|
| 352 |
-
"caption": "",
|
| 353 |
"type": "str",
|
| 354 |
"json_path": "flight_details.departure_time"
|
| 355 |
},
|
| 356 |
{
|
| 357 |
"variable_name": "arrival_time",
|
| 358 |
-
"caption": "",
|
| 359 |
"type": "str",
|
| 360 |
"json_path": "flight_details.arrival_time"
|
| 361 |
}
|
|
|
|
| 295 |
"response_mappings": [
|
| 296 |
{
|
| 297 |
"variable_name": "booking_id",
|
| 298 |
+
"caption": [{ "locale_code": "tr", "caption": "Rezervasyon numarası" }],
|
| 299 |
"type": "str",
|
| 300 |
"json_path": "booking_id"
|
| 301 |
},
|
| 302 |
{
|
| 303 |
"variable_name": "departure_time",
|
| 304 |
+
"caption": [{ "locale_code": "tr", "caption": "Kalkış saati" }],
|
| 305 |
"type": "str",
|
| 306 |
"json_path": "flight_details.departure_time"
|
| 307 |
},
|
| 308 |
{
|
| 309 |
"variable_name": "arrival_time",
|
| 310 |
+
"caption": [{ "locale_code": "tr", "caption": "Varış saati" }],
|
| 311 |
"type": "str",
|
| 312 |
"json_path": "flight_details.arrival_time"
|
| 313 |
},
|
| 314 |
{
|
| 315 |
"variable_name": "total_price",
|
| 316 |
+
"caption": [{ "locale_code": "tr", "caption": "Toplam tutar" }],
|
| 317 |
"type": "float",
|
| 318 |
"json_path": "pricing.total_amount"
|
| 319 |
}
|
|
|
|
| 349 |
"response_mappings": [
|
| 350 |
{
|
| 351 |
"variable_name": "departure_time",
|
| 352 |
+
"caption": [{ "locale_code": "tr", "caption": "Kalkış saati" }],
|
| 353 |
"type": "str",
|
| 354 |
"json_path": "flight_details.departure_time"
|
| 355 |
},
|
| 356 |
{
|
| 357 |
"variable_name": "arrival_time",
|
| 358 |
+
"caption": [{ "locale_code": "tr", "caption": "Varış saati" }],
|
| 359 |
"type": "str",
|
| 360 |
"json_path": "flight_details.arrival_time"
|
| 361 |
}
|