Gutendex · JSON Structure

Gutendex Book List Structure

Type: object Properties: 4
BooksCatalogEbooksLibraryLiteratureMetadataOpen SourceProject GutenbergPublic APIsPublic Domain

BookList is a JSON Structure definition published by Gutendex, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

count next previous results

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BookList",
  "type": "object",
  "properties": {
    "count": { "type": "integer" },
    "next": { "type": ["string", "null"] },
    "previous": { "type": ["string", "null"] },
    "results": { "type": "array", "items": { "$ref": "gutendex-book-structure.json" } }
  }
}