mirror of
https://github.com/DavidGailleton/42-Piscine_Python.git
synced 2026-03-14 05:06:55 +01:00
Module 9 ex0 done + ex1 WIP
This commit is contained in:
20
09/generated_data/invalid_stations.json
Normal file
20
09/generated_data/invalid_stations.json
Normal file
@@ -0,0 +1,20 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user