From 24f7e366f570d10bc6caef7257087f482e02a778 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 24 May 2022 18:02:00 +0000 Subject: [PATCH] Updated Schemas --- NewHorizons/Schemas/body_schema.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index e6658c95..b928a6ee 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -481,7 +481,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { @@ -506,12 +506,12 @@ "type": "object", "additionalProperties": false, "properties": { - "Time": { + "time": { "type": "number", "description": "A specific point in time", "format": "float" }, - "Value": { + "value": { "type": "number", "description": "The value for this point in time", "format": "float" @@ -568,7 +568,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { @@ -1301,7 +1301,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { @@ -1371,19 +1371,19 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { "$ref": "#/definitions/TimeValuePair" } }, - "Size": { + "size": { "type": "number", "description": "Size of the sand", "format": "float" }, - "Tint": { + "tint": { "description": "Tint of the sand", "$ref": "#/definitions/MColor" } @@ -1615,7 +1615,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { @@ -1693,7 +1693,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": { @@ -1746,7 +1746,7 @@ "type": "object", "additionalProperties": false, "properties": { - "Curve": { + "curve": { "type": "array", "description": "Scale this module over time", "items": {