From 13f14e0b5af123e546812b3e011f193df6c9a5d2 Mon Sep 17 00:00:00 2001 From: "Nick J. Connors" Date: Wed, 12 Jan 2022 16:00:02 -0500 Subject: [PATCH] Update schema.json --- NewHorizons/schema.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + } + } + } } } },