{ "type": "object", "description": "Request to reset draft to live version", "name": "ResetDraftRequest", "properties": { "id": { "type": "string", "description": "ID of the blog post" } }, "required": [ "id" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }