{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "UpdateSlidesPositionRequest", "type": "object", "properties": { "slideObjectIds": { "type": "array" }, "insertionIndex": { "type": "integer" } } }