{ "type": "object", "description": "Request to restore a previous version", "name": "RestorePreviousVersionRequest", "properties": { "id": { "type": "string", "description": "ID of the blog post" }, "revisionId": { "type": "string", "description": "ID of the revision to restore" } }, "required": [ "id", "revisionId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }