app.chavatar.avatar

chavatar.app

Documentation

An individual avatar image record.

main record

An individual avatar image record.

Record Key tid Timestamp-based ID

Properties

avatar blob Required

No description available.

maxSize: 1.0 MB
createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "avatar",
      "createdAt"
    ],
    "properties": {
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg",
          "image/webp"
        ],
        "maxSize": 1000000
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "An individual avatar image record."
}

Lexicon Garden

@