us.polhem.blog.tag

polhem.us

Documentation

Record describing a blog tag.

main record

Record describing a blog tag.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

description string Required

No description available.

maxLength: 100000 bytes
name string Required

No description available.

maxLength: 100 bytes
slug string Required

No description available.

maxLength: 100 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "name",
      "slug",
      "description",
      "createdAt"
    ],
    "properties": {
      "name": {
        "type": "string",
        "maxLength": 100
      },
      "slug": {
        "type": "string",
        "maxLength": 100
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "description": {
        "type": "string",
        "maxLength": 100000
      }
    }
  },
  "description": "Record describing a blog tag."
}

Lexicon Garden

@