blue.deniz.poly.relationship

deniz.blue

{
  "id": "blue.deniz.poly.relationship",
  "defs": {
    "main": {
      "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": {
      "type": "object",
      "required": [
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        }
      },
      "description": "A link to someone using their DID"
    },
    "recordLink": {
      "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"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against blue.deniz.poly.relationship

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ir2qabq56znbbinhktehjmc6
CID
bafyreiefcswpzprwio5xmz7h7pec46tfktiauwytvc3evvynqbaqzovl3m
Indexed At
2026-03-23 17:46 UTC
AT-URI
at://did:plc:ir2qabq56znbbinhktehjmc6/com.atproto.lexicon.schema/blue.deniz.poly.relationship

Lexicon Garden

@