Skip to content

Commit f3c43f7

Browse files
committed
reflect schema changes
1 parent fbb3f21 commit f3c43f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/plot-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
"requiredOpts": []
469469
},
470470
"data_array": {
471-
"description": "An {array} of data. The value MUST be an {array}, or we ignore it. Note that typed arrays (e.g. Float32Array) are supported.",
471+
"description": "An {array} of data. The value could be an {array} noting that typed arrays (e.g. Float32Array) are also supported. It could also be an object in the form of v: {, dtype: 'float32', bvals: [/* ... */]}, shape: [dim0 (, dim1, (dim3))] otherwise, it would be ignored.",
472472
"otherOpts": [
473473
"dflt"
474474
],

0 commit comments

Comments
 (0)