diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index a01dfed6..334634fa 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -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": {