{
  "lexicon": 1,
  "id": "com.fujocoded.guestbook.book",
  "defs": {
    "main": {
      "type": "record",
      "key": "tid",
      "record": {
        "type": "object",
        "properties": {
          "title": {
            "type": "string",
            "minLength": 1,
            "maxLength": 8096000,
            "maxGraphemes": 4096000
          }
        }
      }
    }
  }
}

