Book
Type name: Book
Extends CreativeWork
Name |
Type |
Description |
bookEdition |
Text |
The edition of the book. |
bookFormat |
BookFormatType |
The format of the book. |
illustrator |
Person |
The illustrator of the book. |
isbn |
Text |
The ISBN of the book. |
numberOfPages |
Integer |
The number of pages in the book. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["The `Book` type provides information about a book, including details like edition, format, illustrator, ISBN, and number of pages."],["It extends the `CreativeWork` type and includes properties such as `bookEdition`, `bookFormat`, `illustrator`, `isbn`, and `numberOfPages` to store relevant data."]]],[]]