/app.nblr.experimental.collectionItem

Lexicon Definitions

{
  "lexicon": 1,
  "id": "app.nblr.experimental.collectionItem",
  "defs": {
    "main": {
      "type": "record",
      "description": "Record representing an AT Protocol record's inclusion on a collection.",
      "key": "tid",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "collection",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "at-uri",
            "description": "The record which is included on the collection."
          },
          "collection": {
            "type": "string",
            "format": "at-uri",
            "description": "Reference to the collection record (app.nblr.experimental.collection)."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          }
        }
      }
    }
  }
}