Book
Type: object
Represents a book in the library catalogue with full lineage to the Book table in the database.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Isbn |
string | International Standard Book Number | - |
Title |
string | The title of the book | - |
Author |
string | The author of the book | - |
Publisher |
string | The publisher of the book | - |
PublicationYear |
integer (int32) | The year the book was published | - |
TotalCopies |
integer (int32) | Number of copies available in the library | - |