Update schema so curve time can be a number

This commit is contained in:
Nick 2022-05-19 18:28:43 -04:00
parent 24017cfc63
commit 850500392f

View File

@ -88,7 +88,7 @@
"additionalProperties": false,
"properties": {
"time": {
"type": "integer",
"type": "number",
"default": 0
},
"value": {