blue.deniz.poly.relationship

deniz.blue

Documentation

A relationship between two subjects

main record

A relationship between two subjects

Record Key tid Timestamp-based ID

Properties

createdAt string datetime Required

An RFC 3339 formatted timestamp.

via ref #recordLink Optional

No description available.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "subject",
      "createdAt"
    ],
    "properties": {
      "via": {
        "ref": "#recordLink",
        "type": "ref"
      },
      "subject": {
        "refs": [
          "#didLink",
          "#recordLink"
        ],
        "type": "union"
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "A relationship between two subjects"
}
didLink object

A link to someone using their DID

Properties

did string did Required

A decentralized identifier (DID).

View raw schema
{
  "type": "object",
  "required": [
    "did"
  ],
  "properties": {
    "did": {
      "type": "string",
      "format": "did"
    }
  },
  "description": "A link to someone using their DID"
}
recordLink object

Link to someone using a record, can be a `host.plural.system.member` record for example

Properties

uri string at-uri Required

An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).

View raw schema
{
  "type": "object",
  "required": [
    "uri"
  ],
  "properties": {
    "uri": {
      "type": "string",
      "format": "at-uri"
    }
  },
  "description": "Link to someone using a record, can be a `host.plural.system.member` record for example"
}

Lexicon Garden

@