how.atprotocol.profileSignature

atprotocol.how

Documentation

main record

No description available.

Record Key self

Properties

key string Required

No description available.

signature bytes Required

No description available.

updatedAt string timestamp Required

No description available.

View raw schema
{
  "key": "self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "signature",
      "key",
      "updatedAt"
    ],
    "properties": {
      "key": {
        "type": "string"
      },
      "signature": {
        "type": "bytes"
      },
      "updatedAt": {
        "type": "string",
        "format": "timestamp"
      }
    }
  }
}

Lexicon Garden

@