org.shelfcheck.book.dismissed

nowell.strite.org

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

reason string Optional

No description available.

maxLength: 1024 bytes
title string Optional

No description available.

maxLength: 1024 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "ids",
      "createdAt"
    ],
    "properties": {
      "ids": {
        "ref": "org.shelfcheck.defs#bookIds",
        "type": "ref"
      },
      "title": {
        "type": "string",
        "maxLength": 1024
      },
      "reason": {
        "type": "string",
        "maxLength": 1024
      },
      "authors": {
        "type": "array",
        "items": {
          "ref": "org.shelfcheck.defs#authorRef",
          "type": "ref"
        },
        "maxLength": 32
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  }
}

Lexicon Garden

@