Gutendex · Schema

Format

Mapping of MIME-type strings to URLs where the book file can be downloaded.

BooksCatalogEbooksLibraryLiteratureMetadataOpen SourceProject GutenbergPublic APIsPublic Domain
View JSON Schema on GitHub

JSON Schema

gutendex-format-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Format",
  "type": "object",
  "description": "Mapping of MIME-type strings to URLs where the book file can be downloaded.",
  "additionalProperties": {
    "type": "string",
    "format": "uri"
  }
}