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,
  "description": "Attestation of a verified face-to-face meeting between two users, requiring mutual confirmation."
}

Validate Record

Validate a record against id.sifa.meeting

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:2f2ahswozqy4v5lvu676375y
CID
bafyreih5kzebxgy5ra4u5dckqrglh537cnxmt2csj6evukw55ihrdy47du
Indexed At
2026-05-27 12:05 UTC
AT-URI
at://did:plc:2f2ahswozqy4v5lvu676375y/com.atproto.lexicon.schema/id.sifa.meeting

Version History (2 versions)

Lexicon Garden

@