dev.roe.projectCategory

danielroe.dev

Documentation

A category on the /projects page. Projects belong to a category via dev.roe.project.category.

main record

A category on the /projects page. Projects belong to a category via dev.roe.project.category.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

order integer Optional

Lower values render first. Defaults to 100 in the editor.

Default: 100
title string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "title",
      "createdAt"
    ],
    "properties": {
      "order": {
        "type": "integer",
        "default": 100,
        "description": "Lower values render first. Defaults to 100 in the editor."
      },
      "title": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A category on the /projects page. Projects belong to a category via dev.roe.project.category."
}

Lexicon Garden

@