lol.atmo.link

mchal.lol

Documentation

main record

No description available.

Record Key tid Timestamp-based ID

Properties

short string Required

No description available.

maxLength: 32 bytesminLength: 1 bytes
url string Required

No description available.

maxLength: 2048 bytesminLength: 1 bytes
View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "short",
      "url"
    ],
    "properties": {
      "url": {
        "type": "string",
        "maxLength": 2048,
        "minLength": 1
      },
      "short": {
        "type": "string",
        "maxLength": 32,
        "minLength": 1
      }
    }
  }
}

Lexicon Garden

@