{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/blog-posts-api-reset-draft-request-structure.json", "name": "ResetDraftRequest", "description": "Request to reset draft to live version", "type": "object", "properties": { "id": { "type": "string", "description": "ID of the blog post", "example": "500123" } }, "required": [ "id" ] }