{
  "fields": [{"id":"_id","type":"int"},{"id":"fecha","type":"timestamp"},{"id":"valor","type":"int4"}],
  "records": [
    [1,"2024-10-01T00:00:00",1],
    [2,"2025-01-01T00:00:00",1],
    [3,"2025-04-01T00:00:00",1],
    [4,"2025-07-01T00:00:00",1],
    [5,"2025-10-01T00:00:00",2],
    [6,"2026-01-01T00:00:00",2],
    [7,"2026-04-01T00:00:00",2]
]}
