- https://h5web.panosc.eu/h5grove?file=epics.h5 - `/arrays/Vdata with mixed types` ```jsonc "type": { "class": "Compound", "fields": { // ..., "Integer Array": { "class": "Array", "base": { "class": "Integer", "signed": true, "endianness": "big-endian", "size": 32 }, "dims": [4] }, "Float Array": { "class": "Array", "base": { "class": "Float", "endianness": "big-endian", "size": 32 }, "dims": [20] } } } ``` | [h5grove](https://h5web.panosc.eu/h5grove?file=epics.h5) | [h5wasm](https://h5web.panosc.eu/h5wasm?url=https%3A%2F%2Fwww.silx.org%2Fpub%2Fh5web%2Fepics.h5) & [HSDS](https://h5web.panosc.eu/hsds?file=epics.h5) | | --- | --- | |  |  |
/arrays/Vdata with mixed types