mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Please schema
This commit is contained in:
parent
21a2d6741c
commit
c01079f102
@ -752,6 +752,20 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"volcanoes": {
|
||||
"type": "array",
|
||||
"description": "A set of meteor-spewing volcanoes",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"position": {
|
||||
"$ref": "#/$defs/vector3",
|
||||
"description": "The position of this volcano."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user