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