diff --git a/NewHorizons/Schemas/body_schema.json b/NewHorizons/Schemas/body_schema.json index 0c3bb8be..c0ee4914 100644 --- a/NewHorizons/Schemas/body_schema.json +++ b/NewHorizons/Schemas/body_schema.json @@ -221,21 +221,21 @@ "properties": { "r": { "type": "integer", - "description": "The red component of this colour", + "description": "The red component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0 }, "g": { "type": "integer", - "description": "The green component of this colour", + "description": "The green component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0 }, "b": { "type": "integer", - "description": "The blue component of this colour", + "description": "The blue component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0 diff --git a/NewHorizons/Schemas/star_system_schema.json b/NewHorizons/Schemas/star_system_schema.json index f1f8785e..e50197dd 100644 --- a/NewHorizons/Schemas/star_system_schema.json +++ b/NewHorizons/Schemas/star_system_schema.json @@ -263,21 +263,21 @@ "properties": { "r": { "type": "integer", - "description": "The red component of this colour", + "description": "The red component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0 }, "g": { "type": "integer", - "description": "The green component of this colour", + "description": "The green component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0 }, "b": { "type": "integer", - "description": "The blue component of this colour", + "description": "The blue component of this colour from 0-255, higher values will make the colour glow if applicable.", "format": "int32", "maximum": 2147483647.0, "minimum": 0.0