Please schema

This commit is contained in:
Nick 2022-05-02 02:44:46 -04:00
parent 21a2d6741c
commit c01079f102

View File

@ -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."
}
}
}
}
}
},