mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
20 lines
416 B
JSON
20 lines
416 B
JSON
[
|
|
{
|
|
"station_id": "TOOLONG123456",
|
|
"name": "Test Station",
|
|
"crew_size": 25,
|
|
"power_level": 85.0,
|
|
"oxygen_level": 92.0,
|
|
"last_maintenance": "2024-01-15T10:30:00",
|
|
"is_operational": true
|
|
},
|
|
{
|
|
"station_id": "TS",
|
|
"name": "",
|
|
"crew_size": 0,
|
|
"power_level": -10.0,
|
|
"oxygen_level": 150.0,
|
|
"last_maintenance": "2024-01-15T10:30:00",
|
|
"is_operational": true
|
|
}
|
|
] |