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