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