blue.registry.inviteResponse

registry.blue

{
  "id": "blue.registry.inviteResponse",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "invite",
          "status",
          "createdAt"
        ],
        "properties": {
          "invite": {
            "type": "string",
            "format": "at-uri",
            "description": "AT-URI of the invite record in the owner's repo."
          },
          "status": {
            "type": "string",
            "description": "Whether the invite was accepted or declined.",
            "knownValues": [
              "accepted",
              "declined"
            ]
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Timestamp of the response."
          }
        }
      },
      "description": "Accepts or declines a collaboration invite. Stored in the collaborator's repo."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "A response to a collaboration invite."
}

Validate Record

Validate a record against blue.registry.inviteResponse

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4olik72a346dcc2hppt7ioo4
CID
bafyreibjysl44g424bxumzlx52rf6hya6pt2vcyc3yx6yegidltfv56yj4
Indexed At
2026-04-05 00:56 UTC
AT-URI
at://did:plc:4olik72a346dcc2hppt7ioo4/com.atproto.lexicon.schema/blue.registry.inviteResponse

Lexicon Garden

@