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