lol.skittr.skitpic.entry

skittr.lol

Documentation

Skitpic entry

main record

Skitpic entry

Record Key tid Timestamp-based ID

Properties

alt string Required

No description available.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
createdAt string datetime Optional

An RFC 3339 formatted timestamp.

image blob Required

No description available.

maxSize: 1.0 MB
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "image",
      "alt"
    ],
    "properties": {
      "alt": {
        "type": "string",
        "maxLength": 3000,
        "maxGraphemes": 300
      },
      "image": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 1000000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Skitpic entry"
}

Lexicon Garden

@