at.mapped.profile

mapped.at

Documentation

A user's mapped.at profile. Singleton record — rkey is always 'self'.

main record

A user's mapped.at profile. Singleton record — rkey is always 'self'.

Record Key literal:self Fixed literal value

Properties

bio string Optional

Optional short bio

maxLength: 256 bytes
createdAt string datetime Required

When the profile was created

displayName string Optional

Optional display name

maxLength: 64 bytes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "bio": {
        "type": "string",
        "maxLength": 256,
        "description": "Optional short bio"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the profile was created"
      },
      "displayName": {
        "type": "string",
        "maxLength": 64,
        "description": "Optional display name"
      }
    }
  },
  "description": "A user's mapped.at profile. Singleton record — rkey is always 'self'."
}

Lexicon Garden

@