Update schema.json

This commit is contained in:
Nick J. Connors 2022-01-12 16:00:02 -05:00
parent 26c916295f
commit 13f14e0b5a

View File

@ -571,6 +571,22 @@
"hasAtmosphere": {
"type": "boolean",
"default": true
},
"curve": {
"type": "array",
"items": {
"type": "object",
"properties": {
"time": {
"type": "integer",
"default": 0
},
"value": {
"type": "integer",
"default": 0
}
}
}
}
}
},