diff --git a/docs/spec.md b/docs/spec.md index 099c8df..7908319 100644 --- a/docs/spec.md +++ b/docs/spec.md @@ -741,8 +741,6 @@ flowchart TD | Single JSON table (large) | All | `jsontable` | Large | link | File server upload/download | | Single image (large) | All | `image` | Large | link | File server upload/download | | **Ultimate Test** | Julia/JS/Python | `text` (small) + `dictionary` (small) + `arrowtable` (small) + `jsontable` (small) + `image` (small) + `audio` (small) + `video` (small) + `binary` (small) + `text` (large) + `dictionary` (large) + `arrowtable` (large) + `jsontable` (large) + `image` (large) | Mixed | direct/link | All payloads preserved with correct transport | -| **Ultimate Test** | Python | `text` (small) + `dictionary` (small) + `jsontable` (small) + `image` (small) + `audio` (small) + `video` (small) + `binary` (small) + `text` (large) + `dictionary` (large) + `jsontable` (large) + `image` (large) | Mixed | direct/link | All payloads preserved with correct transport | -| **Ultimate Test** | JavaScript | `text` (small) + `dictionary` (small) + `jsontable` (small) + `image` (small) + `audio` (small) + `video` (small) + `binary` (small) + `text` (large) + `dictionary` (large) + `jsontable` (large) + `image` (large) | Mixed | direct/link | All payloads preserved with correct transport | | **Ultimate Test** | MicroPython | `text` (small) + `dictionary` (small) + `text` (large) + `dictionary` (large) | Mixed | direct | Limited to text/dictionary with direct transport only | | Cross-platform JSON table | All | `jsontable` | Small | direct | Dictionary array round-trip | | MicroPython ↔ Desktop | MicroPython ↔ Desktop | `text`/`dictionary` | Small | direct | Limited payload types |