First running version
This commit is contained in:
16
reference_impl/mock-services/data/weather.json
Normal file
16
reference_impl/mock-services/data/weather.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"location": "Tokyo",
|
||||
"forecasts": [
|
||||
{
|
||||
"date": "2026-03-28",
|
||||
"condition": "rainy",
|
||||
"conditionJa": "雨",
|
||||
"tempHigh": 14,
|
||||
"tempLow": 9,
|
||||
"precipitationMm": 12,
|
||||
"precipitationProbability": 90,
|
||||
"summary": "明日は一日を通して雨が降る見込みです。最高気温14度、傘の持参をお勧めします。"
|
||||
}
|
||||
],
|
||||
"updatedAt": "2026-03-27T06:00:00Z"
|
||||
}
|
||||
Reference in New Issue
Block a user