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
5ab727384b
commit
a4dc54712a
@ -100,9 +100,12 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Ring": {
|
"Rings": {
|
||||||
"description": "Creates a ring around the planet",
|
"type": "array",
|
||||||
"$ref": "#/definitions/RingModule"
|
"description": "Create rings around the planet",
|
||||||
|
"items": {
|
||||||
|
"$ref": "#/definitions/RingModule"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"Sand": {
|
"Sand": {
|
||||||
"description": "Add sand to this planet",
|
"description": "Add sand to this planet",
|
||||||
@ -2062,6 +2065,10 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "#/definitions/TimeValuePair"
|
"$ref": "#/definitions/TimeValuePair"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"rename": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "An optional rename of this object"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user