Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-18 21:24:27 +00:00
parent 895a9867bf
commit 290af007af

View File

@ -315,7 +315,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/CloudFluidType" "$ref": "#/definitions/CloudFluidType"
}, },
"hasLightning": { "hasLightning": {
@ -421,7 +421,7 @@
}, },
"gravityFallOff": { "gravityFallOff": {
"description": "How gravity falls off with distance. Most planets use linear but the sun and some moons use inverseSquared.", "description": "How gravity falls off with distance. Most planets use linear but the sun and some moons use inverseSquared.",
"default": "Linear", "default": "linear",
"$ref": "#/definitions/GravityFallOff" "$ref": "#/definitions/GravityFallOff"
}, },
"groundSize": { "groundSize": {
@ -646,7 +646,7 @@
}, },
"type": { "type": {
"description": "Type of fluid the funnel transfers", "description": "Type of fluid the funnel transfers",
"default": "Sand", "default": "sand",
"$ref": "#/definitions/FunnelType" "$ref": "#/definitions/FunnelType"
} }
} }
@ -1104,7 +1104,7 @@
}, },
"type": { "type": {
"description": "The type of object this is.", "description": "The type of object this is.",
"default": "Wall", "default": "wall",
"$ref": "#/definitions/NomaiTextType" "$ref": "#/definitions/NomaiTextType"
}, },
"xmlFile": { "xmlFile": {
@ -1127,7 +1127,7 @@
}, },
"type": { "type": {
"description": "The type of text to display.", "description": "The type of text to display.",
"default": "Adult", "default": "adult",
"$ref": "#/definitions/NomaiTextArcType" "$ref": "#/definitions/NomaiTextArcType"
}, },
"variation": { "variation": {
@ -1228,7 +1228,7 @@
}, },
"revealOn": { "revealOn": {
"description": "What needs to be done to the volume to unlock the facts", "description": "What needs to be done to the volume to unlock the facts",
"default": "Enter", "default": "enter",
"$ref": "#/definitions/RevealVolumeType" "$ref": "#/definitions/RevealVolumeType"
}, },
"reveals": { "reveals": {
@ -1323,7 +1323,7 @@
}, },
"type": { "type": {
"description": "The type of object this is.", "description": "The type of object this is.",
"default": "SlideReel", "default": "slideReel",
"$ref": "#/definitions/SlideShowType" "$ref": "#/definitions/SlideShowType"
} }
} }
@ -1498,7 +1498,7 @@
}, },
"type": { "type": {
"description": "What type of cyclone should this be? Upwards and downwards are both tornados and will push in that direction.", "description": "What type of cyclone should this be? Upwards and downwards are both tornados and will push in that direction.",
"default": "Downwards", "default": "downwards",
"$ref": "#/definitions/TornadoType" "$ref": "#/definitions/TornadoType"
}, },
"wanderDegreesX": { "wanderDegreesX": {
@ -1661,7 +1661,7 @@
}, },
"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/AudioMixerTrackName"
} }
} }