at.tasked.account

tasked.at

Documentation

A public declaration that the user account uses TaskedAT.

main record

A public declaration that the user account uses TaskedAT.

Record Key tid Timestamp-based ID

Properties

client string Optional

No description available.

maxGraphemes: 50 graphemesminGraphemes: 1 graphemes
createdAt string datetime Required

An RFC 3339 formatted timestamp.

formatVersion integer Required

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "formatVersion",
      "createdAt"
    ],
    "properties": {
      "client": {
        "type": "string",
        "maxGraphemes": 50,
        "minGraphemes": 1
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      },
      "formatVersion": {
        "type": "integer",
        "const": 1
      }
    }
  },
  "description": "A public declaration that the user account uses TaskedAT."
}

Lexicon Garden

@