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