Merge branch 'cleanup-external' of https://github.com/Outer-Wilds-New-Horizons/new-horizons into cleanup-external

This commit is contained in:
Nick 2023-03-25 14:18:58 -04:00
commit c7501b0e92

View File

@ -3443,7 +3443,7 @@
}, },
"type": { "type": {
"description": "The type of fluid for this volume.", "description": "The type of fluid for this volume.",
"$ref": "#/definitions/FluidType2" "$ref": "#/definitions/FluidType"
}, },
"alignmentFluid": { "alignmentFluid": {
"type": "boolean", "type": "boolean",
@ -3460,28 +3460,6 @@
} }
} }
}, },
"FluidType2": {
"type": "string",
"description": "",
"x-enumNames": [
"NONE",
"AIR",
"WATER",
"CLOUD",
"SAND",
"PLASMA",
"FOG"
],
"enum": [
"none",
"air",
"water",
"cloud",
"sand",
"plasma",
"fog"
]
},
"HazardVolumeInfo": { "HazardVolumeInfo": {
"type": "object", "type": "object",
"additionalProperties": false, "additionalProperties": false,