Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-10 03:06:08 +00:00
parent 2ce2241e7b
commit 2833089e9d

View File

@ -1124,6 +1124,18 @@
"format": "float", "format": "float",
"default": 55.0 "default": 55.0
}, },
"activeDuration": {
"type": "number",
"description": "Time in seconds eruptions last for",
"format": "float",
"default": 10.0
},
"inactiveDuration": {
"type": "number",
"description": "Time in seconds between eruptions",
"format": "float",
"default": 19.0
},
"tint": { "tint": {
"description": "Color of the geyser. Alpha sets the particle density.", "description": "Color of the geyser. Alpha sets the particle density.",
"$ref": "#/definitions/MColor" "$ref": "#/definitions/MColor"