Created
January 28, 2026 17:04
-
-
Save sbibek/7cc16cfc9ca6444f84a339fcabe85f65 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "format": "table", | |
| "columns": [ | |
| { "key": "id", "label": "ID", "type": "string" }, | |
| { "key": "price", "label": "Price", "type": "number" }, | |
| { "key": "asOf", "label": "As of", "type": "datetime" } | |
| ], | |
| "rows": [ | |
| { "id": "A1", "price": 12.5, "asOf": "2026-01-28T08:15:00Z" }, | |
| { "id": "A2", "price": 10.0, "asOf": "2026-01-28T08:15:00Z" } | |
| ] | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment