app.didpic.graph.block

lexicons.didpic.app

Documentation

Block relationship. Author blocks the subject DID; reciprocal on the AppView.

main record

Block relationship. Author blocks the subject DID; reciprocal on the AppView.

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": "Block relationship. Author blocks the subject DID; reciprocal on the AppView."
}

Lexicon Garden

@