app.didpic.graph.follow

lexicons.didpic.app

Documentation

A follow relationship. Author follows the subject DID.

main record

A follow relationship. Author follows the subject DID.

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

subject string did Required

A decentralized identifier (DID).

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "subject": {
        "type": "string",
        "format": "did"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A follow relationship. Author follows the subject DID."
}

Lexicon Garden

@