id.sifa.meeting

sifa.id

{
  "id": "id.sifa.meeting",
  "defs": {
    "main": {
      "key": "tid",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "subject",
          "meetingToken",
          "createdAt"
        ],
        "properties": {
          "subject": {
            "type": "string",
            "format": "did",
            "description": "DID of the other participant in the meeting."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "meetingToken": {
            "type": "string",
            "maxLength": 512,
            "description": "Server-issued JWT proving both parties were authenticated at the time of meeting. Contains both DIDs, timestamp, and server signature."
          }
        }
      },
      "description": "Attestation of a face-to-face meeting with another user. Both participants create this record in their own PDS. The meeting is only displayed when both records exist (mutual confirmation). Either party can delete their record to remove the meeting."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against id.sifa.meeting

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreibxzebuyvmjhxv3wdbgzfzn6wo6g43xeffm6odartghzmwdyurcvq
Indexed At
2026-03-27 23:46 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.meeting

Lexicon Garden

@