{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "UpdatePageElementsZOrderRequest", "type": "object", "description": "Updates the Z-order of page elements.", "properties": { "pageElementObjectIds": { "type": "array", "description": "The object IDs of the page elements to update." }, "operation": { "type": "string", "description": "The Z-order operation to apply on the page elements." } } }