Skip to content

Commit 6b89222

Browse files
authored
Fix vehicle availability examples (Datetime) (#770)
1 parent 8a52326 commit 6b89222

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gbfs.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1178,11 +1178,11 @@ Field Name | REQUIRED | Type | Defines
11781178
],
11791179
"availabilities": [
11801180
{
1181-
"from": "2024-12-24T08:15Z",
1182-
"until": "2024-12-24T09:15Z"
1181+
"from": "2024-12-24T08:15:00Z",
1182+
"until": "2024-12-24T09:15:00Z"
11831183
},
11841184
{
1185-
"from": "2024-12-25T10:30Z"
1185+
"from": "2024-12-25T10:30:00Z"
11861186
}
11871187
]
11881188
},
@@ -1192,7 +1192,7 @@ Field Name | REQUIRED | Type | Defines
11921192
"station_id": "86",
11931193
"availabilities": [
11941194
{
1195-
"from": "2024-12-24T08:45Z"
1195+
"from": "2024-12-24T08:45:00Z"
11961196
}
11971197
]
11981198
}

0 commit comments

Comments
 (0)