diff --git a/NewHorizons/schema.json b/NewHorizons/schema.json index 1c1d9476..f8b7f42c 100644 --- a/NewHorizons/schema.json +++ b/NewHorizons/schema.json @@ -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 + } + } + } } } },