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