{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Enable_Book_Info_From_Template", "type": "object", "description": "Request to enable book information for the client.", "properties": { "status": { "type": "string", "description": "Request status" }, "bookName": { "type": "string", "description": "Report Name" }, "bookID": { "type": "string", "description": "Book ID" } } }