Gutendex · JSON Structure

Gutendex Person Structure

Type: object Properties: 3
BooksCatalogEbooksLibraryLiteratureMetadataOpen SourceProject GutenbergPublic APIsPublic Domain

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

Properties

name birth_year death_year

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Person",
  "type": "object",
  "properties": {
    "name": { "type": "string" },
    "birth_year": { "type": ["integer", "null"] },
    "death_year": { "type": ["integer", "null"] }
  }
}