{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FileSystemShortcutReorder", "title": "FileSystemShortcutReorder", "type": "object", "properties": { "ordered_ids": { "type": "array", "items": { "type": "string", "format": "uuid" }, "description": "IDs of the current user's shortcuts in the desired display order." } }, "required": [ "ordered_ids" ] }