Book
Type: object
Version: 1.0
Represents a book in the library catalogue with full lineage to the Book table in the database.
Extends
Fields
| Name | Type | Description | Source |
|---|---|---|---|
Id |
string (uuid) | - | from Entity |
Created |
string (date-time) | - | from Entity |
Modified |
string (date-time) | - | from Entity |
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 | - |