Updated Schemas

This commit is contained in:
github-actions[bot] 2022-05-24 18:02:00 +00:00
parent 297377e1f1
commit 24f7e366f5

View File

@ -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": {