app.nblr.feed.collection

nblr.app

Documentation

Record defining a collection of resources.

main record

Record defining a collection of resources.

Record Key any Any valid record key

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

name string Required

Name of the collection

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 640,
        "description": "Name of the collection",
        "maxGraphemes": 64
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Record defining a collection of resources."
}

Lexicon Garden

@