{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "createBookPostRequest", "type": "object", "properties": { "book_name": { "type": "string" }, "ticker": { "type": "string" }, "pagination": { "type": "object" }, "content": { "type": "array" } } }