Updated Schemas

This commit is contained in:
Ben C 2023-04-22 02:51:56 +00:00
parent cfd1fda28e
commit 2c80341b28

View File

@ -925,9 +925,9 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"scale": { "size": {
"type": "number", "type": "number",
"description": "How many times this tile will tile across each \"side\" of the planet, so around the equator, this tile will loop scale * 4 times.", "description": "The size, in meters, of each tile.",
"format": "float", "format": "float",
"default": 1.0, "default": 1.0,
"minimum": 0.0 "minimum": 0.0