Skip to content

Commit

Permalink
Fix vector to support matrix
Browse files Browse the repository at this point in the history
Change max from 4 to 16 for data vector so
3x3 and 4x4 matrices can be supported.
  • Loading branch information
kwokcb authored Oct 15, 2024
1 parent 67bf359 commit 7a489b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"type": "array",
"minItems": 2,
"maxItems": 4,
"maxItems": 16,
"items": { "type": "number" }
},
{ "type": "string" },
Expand Down

0 comments on commit 7a489b2

Please sign in to comment.