store.88x31.button

moth11.net

Documentation

Record containing an 88x31 button.

main record

Record containing an 88x31 button.

Record Key tid Timestamp-based ID

Properties

alt string Optional

Alt text description of the button, for accessibility.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
blob blob Required

No description available.

maxSize: 1.0 MB
href string Optional

Hypertext reference (link) for the button.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
postedAt string datetime Required

Client-declared timestamp when this button was originally created.

title string Optional

Title text description of the button, for flavor.

maxLength: 3000 bytesmaxGraphemes: 300 graphemes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "blob",
      "postedAt"
    ],
    "properties": {
      "alt": {
        "type": "string",
        "maxLength": 3000,
        "description": "Alt text description of the button, for accessibility.",
        "maxGraphemes": 300
      },
      "blob": {
        "type": "blob",
        "accept": [
          "image/*"
        ],
        "maxSize": 1000000
      },
      "href": {
        "type": "string",
        "maxLength": 3000,
        "description": "Hypertext reference (link) for the button.",
        "maxGraphemes": 300
      },
      "title": {
        "type": "string",
        "maxLength": 3000,
        "description": "Title text description of the button, for flavor.",
        "maxGraphemes": 300
      },
      "postedAt": {
        "type": "string",
        "format": "datetime",
        "description": "Client-declared timestamp when this button was originally created."
      }
    }
  },
  "description": "Record containing an 88x31 button."
}

Lexicon Garden

@