com.alizardguy.motd

alizard.gay

Documentation

Record containing a motd.

main record

Record containing a motd.

Record Key tid Timestamp-based ID

Properties

createdAt string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
text string Required

No description available.

maxLength: 2560 bytesmaxGraphemes: 256 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "text",
      "createdAt"
    ],
    "properties": {
      "text": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      },
      "createdAt": {
        "type": "string",
        "maxLength": 2560,
        "maxGraphemes": 256
      }
    }
  },
  "description": "Record containing a motd."
}

Lexicon Garden

@