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", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
@ -506,12 +506,12 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Time": { "time": {
"type": "number", "type": "number",
"description": "A specific point in time", "description": "A specific point in time",
"format": "float" "format": "float"
}, },
"Value": { "value": {
"type": "number", "type": "number",
"description": "The value for this point in time", "description": "The value for this point in time",
"format": "float" "format": "float"
@ -568,7 +568,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
@ -1301,7 +1301,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
@ -1371,19 +1371,19 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
"$ref": "#/definitions/TimeValuePair" "$ref": "#/definitions/TimeValuePair"
} }
}, },
"Size": { "size": {
"type": "number", "type": "number",
"description": "Size of the sand", "description": "Size of the sand",
"format": "float" "format": "float"
}, },
"Tint": { "tint": {
"description": "Tint of the sand", "description": "Tint of the sand",
"$ref": "#/definitions/MColor" "$ref": "#/definitions/MColor"
} }
@ -1615,7 +1615,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
@ -1693,7 +1693,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {
@ -1746,7 +1746,7 @@
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"Curve": { "curve": {
"type": "array", "type": "array",
"description": "Scale this module over time", "description": "Scale this module over time",
"items": { "items": {