Updated Schemas

This commit is contained in:
Ben C 2023-03-25 19:11:42 +00:00
parent 8bdcfb125e
commit ee686fafe3

View File

@ -413,7 +413,7 @@
"fluidType": { "fluidType": {
"description": "Fluid type for sounds/effects when colliding with this cloud.", "description": "Fluid type for sounds/effects when colliding with this cloud.",
"default": "cloud", "default": "cloud",
"$ref": "#/definitions/FluidType" "$ref": "#/definitions/NHFluidType"
}, },
"hasLightning": { "hasLightning": {
"type": "boolean", "type": "boolean",
@ -476,7 +476,7 @@
"transparent" "transparent"
] ]
}, },
"FluidType": { "NHFluidType": {
"type": "string", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
@ -1978,7 +1978,7 @@
"fluidType": { "fluidType": {
"description": "Fluid type for sounds/effects when colliding with this tornado.", "description": "Fluid type for sounds/effects when colliding with this tornado.",
"default": "cloud", "default": "cloud",
"$ref": "#/definitions/FluidType" "$ref": "#/definitions/NHFluidType"
} }
} }
}, },
@ -2583,7 +2583,7 @@
"properties": { "properties": {
"fluidType": { "fluidType": {
"description": "Fluid type for sounds/effects when colliding with this ring.", "description": "Fluid type for sounds/effects when colliding with this ring.",
"$ref": "#/definitions/FluidType" "$ref": "#/definitions/NHFluidType"
}, },
"inclination": { "inclination": {
"type": "number", "type": "number",
@ -3223,12 +3223,12 @@
}, },
"clipSelection": { "clipSelection": {
"default": "random", "default": "random",
"$ref": "#/definitions/ClipSelectionType" "$ref": "#/definitions/NHClipSelectionType"
}, },
"track": { "track": {
"description": "The audio track of this audio volume", "description": "The audio track of this audio volume",
"default": "environment", "default": "environment",
"$ref": "#/definitions/AudioMixerTrackName" "$ref": "#/definitions/NHAudioMixerTrackName"
}, },
"loop": { "loop": {
"type": "boolean", "type": "boolean",
@ -3263,7 +3263,7 @@
} }
} }
}, },
"ClipSelectionType": { "NHClipSelectionType": {
"type": "string", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
@ -3277,7 +3277,7 @@
"manual" "manual"
] ]
}, },
"AudioMixerTrackName": { "NHAudioMixerTrackName": {
"type": "string", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
@ -3355,11 +3355,11 @@
"deathType": { "deathType": {
"description": "The type of death the player will have if they enter this volume.", "description": "The type of death the player will have if they enter this volume.",
"default": "default", "default": "default",
"$ref": "#/definitions/DeathType" "$ref": "#/definitions/NHDeathType"
} }
} }
}, },
"DeathType": { "NHDeathType": {
"type": "string", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [
@ -3443,7 +3443,7 @@
}, },
"type": { "type": {
"description": "The type of fluid for this volume.", "description": "The type of fluid for this volume.",
"$ref": "#/definitions/FluidType" "$ref": "#/definitions/NHFluidType"
}, },
"alignmentFluid": { "alignmentFluid": {
"type": "boolean", "type": "boolean",
@ -4229,7 +4229,7 @@
}, },
"creditsType": { "creditsType": {
"default": "fast", "default": "fast",
"$ref": "#/definitions/CreditsType" "$ref": "#/definitions/NHCreditsType"
}, },
"gameOverText": { "gameOverText": {
"type": "string", "type": "string",
@ -4238,11 +4238,11 @@
"deathType": { "deathType": {
"description": "The type of death the player will have if they enter this volume.", "description": "The type of death the player will have if they enter this volume.",
"default": "default", "default": "default",
"$ref": "#/definitions/DeathType" "$ref": "#/definitions/NHDeathType"
} }
} }
}, },
"CreditsType": { "NHCreditsType": {
"type": "string", "type": "string",
"description": "", "description": "",
"x-enumNames": [ "x-enumNames": [