com.skybemoreblue.intro.request

skybemoreblue.com

Documentation

A request asking someone to write an introduction. Each recipient DID may have only one active request from the requester (one record per recipient).

main record

A request asking someone to write an introduction. Each recipient DID may have only one active request from the requester (one record per recipient).

Record Key any Any valid record key

Properties

createdAt string datetime Required

When the request was created

subject string did Required

DID of the user to be introduced

View raw schema
{
  "key": "any",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did",
        "description": "DID of the user to be introduced"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime",
        "description": "When the request was created"
      }
    }
  },
  "description": "A request asking someone to write an introduction. Each recipient DID may have only one active request from the requester (one record per recipient)."
}

Lexicon Garden

@