{"name":"rack-sensor-simulator-api","version":"0.1.0","description":"REST API that simulates realistic rack sensor readings for monitoring, observability and infrastructure exercises","endpoints":[{"method":"GET","path":"/health","description":"Application health check"},{"method":"GET","path":"/","description":"API metadata and endpoint list"},{"method":"GET","path":"/v1/sensors","description":"All current sensor readings (JSON)"},{"method":"GET","path":"/v1/sensors/:sensorCode","description":"Single sensor reading (JSON)"},{"method":"GET","path":"/v1/sensors/export/txt","description":"All readings in structured TXT format"},{"method":"GET","path":"/v1/sensors/export/legacy","description":"Minimal legacy TXT export"}]}