{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Enable_Book_Info", "type": "object", "properties": { "bookName": { "type": "string" }, "bookID": { "type": "string" } } }