Array containing only value is missing from output. `odg list myod.json -i 4099` <img width="305" alt="Image" src="https://github.com/user-attachments/assets/ed5d7d0e-4d4b-47e3-b7bf-0d3f9c618f37" /> It should be <img width="312" alt="Image" src="https://github.com/user-attachments/assets/00851709-42aa-49ba-abac-2df723e1bb31" /> Configuration: ```jsonc { "index": "0x1003", // 4099 "name": "Pre-defined Error Field", "struct": "array", "group": "built-in", "mandatory": false, "profile_callback": true, "each": { "name": "Standard Error Field", "type": "UNSIGNED32", // 7 "access": "ro", "pdo": false, "nbmin": 1, "nbmax": 254 }, "sub": [ { "name": "Number of Errors", "type": "UNSIGNED8", // 5 "access": "rw", "pdo": false }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 12 } ] }, ```
{ "index": "0x1003", // 4099 "name": "Pre-defined Error Field", "struct": "array", "group": "built-in", "mandatory": false, "profile_callback": true, "each": { "name": "Standard Error Field", "type": "UNSIGNED32", // 7 "access": "ro", "pdo": false, "nbmin": 1, "nbmax": 254 }, "sub": [ { "name": "Number of Errors", "type": "UNSIGNED8", // 5 "access": "rw", "pdo": false }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 0 }, { // "name": "Standard Error Field" // "type": "UNSIGNED32" // 7 "value": 12 } ] },