{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Enable_Book_Download", "type": "object", "description": "Request to download book.", "properties": { "Message": { "type": "string", "description": "Book status" }, "url": { "type": "string", "description": "URL to book." } } }