mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
297377e1f1
commit
24f7e366f5
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user