{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "VersionRestore", "type": "object", "properties": { "operationKey": { "type": "string", "description": "Set to 'restore'." }, "params": { "type": "object" } } }