com.yuna0x0.guestbook.sign

yuna0x0.com

Documentation

a sign in the guestbook

main record

a sign in the guestbook

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

message string Required

No description available.

maxLength: 100 bytes
subject string at-identifier Required

Either a DID or an AT Protocol handle.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt",
      "message"
    ],
    "properties": {
      "message": {
        "type": "string",
        "maxLength": 100
      },
      "subject": {
        "type": "string",
        "format": "at-identifier"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "a sign in the guestbook"
}

Lexicon Garden

@