{"openapi":"3.0.0","info":{"title":"Book Database API","version":"1.0.0","description":"Look up books by title, author, ISBN with ratings, summaries and similar books"},"paths":{"/book":{"get":{"summary":"GET /book","responses":{"200":{"description":"Success"}}}},"/search":{"get":{"summary":"GET /search","responses":{"200":{"description":"Success"}}}},"/author":{"get":{"summary":"GET /author","responses":{"200":{"description":"Success"}}}},"/similar":{"get":{"summary":"GET /similar","responses":{"200":{"description":"Success"}}}},"/bestsellers":{"get":{"summary":"GET /bestsellers","responses":{"200":{"description":"Success"}}}}}}