Updated Schemas

This commit is contained in:
github-actions[bot] 2022-07-26 16:27:29 +00:00
parent 1f43af4807
commit 5817b8e6e5

View File

@ -1377,6 +1377,10 @@
"description": "The type of object this is.", "description": "The type of object this is.",
"default": "slideReel", "default": "slideReel",
"$ref": "#/definitions/SlideShowType" "$ref": "#/definitions/SlideShowType"
},
"parentPath": {
"type": "string",
"description": "The relative path from the planet to the parent of this slideshow. Optional (will default to the root sector)."
} }
} }
}, },