Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-25 01:06:00 +00:00
parent 29f7e5a1ba
commit 3b55558daa

View File

@ -2149,7 +2149,14 @@
"type": "boolean",
"description": "Should this ring be unlit?"
},
"opacity": {
"scaleCurve": {
"type": "array",
"description": "Scale rings over time. Optional. Value between 0-1, time is in minutes.",
"items": {
"$ref": "#/definitions/TimeValuePair"
}
},
"opacityCurve": {
"type": "array",
"description": "Fade rings in/out over time. Optional. Value between 0-1, time is in minutes.",
"items": {