{
  "lexicon": 1,
  "id": "bond.biblio.defs",
  "revision": 1,
  "description": "Shared definitions for the biblio.bond reading attestation system",
  "defs": {
    "bookRequirement": {
      "type": "object",
      "description": "A required book for a reading list, specified by title and authors for fuzzy matching",
      "required": ["title", "authors"],
      "properties": {
        "title": {
          "type": "string",
          "maxLength": 500,
          "maxGraphemes": 200
        },
        "authors": {
          "type": "string",
          "maxLength": 500,
          "maxGraphemes": 200,
          "description": "Author name(s), tab-separated for multiple"
        }
      }
    }
  }
}
