Gutendex · Schema

Error

Standard error response body returned by Gutendex.

BooksCatalogEbooksLibraryLiteratureMetadataOpen SourceProject GutenbergPublic APIsPublic Domain

Properties

Name Type Description
detail string Human-readable error message.
View JSON Schema on GitHub

JSON Schema

gutendex-error-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Error",
  "type": "object",
  "description": "Standard error response body returned by Gutendex.",
  "properties": {
    "detail": {
      "type": "string",
      "description": "Human-readable error message."
    }
  }
}