id.sifa.meeting

sifa.id

Schema Diff

+2 -1

From

CID
bafyreibxzebuyvm...
Indexed At
2026-03-27 23:46 UTC
View this version

To

CID
bafyreih5kzebxgy...
Indexed At
2026-05-27 12:05 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "id.sifa.meeting",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "subject",
11 11
          "meetingToken",
12 12
          "createdAt"
13 13
        ],
14 14
        "properties": {
15 15
          "subject": {
16 16
            "type": "string",
17 17
            "format": "did",
18 18
            "description": "DID of the other participant in the meeting."
19 19
          },
20 20
          "createdAt": {
21 21
            "type": "string",
22 22
            "format": "datetime"
23 23
          },
24 24
          "meetingToken": {
25 25
            "type": "string",
26 26
            "maxLength": 512,
27 27
            "description": "Server-issued JWT proving both parties were authenticated at the time of meeting. Contains both DIDs, timestamp, and server signature."
28 28
          }
29 29
        }
30 30
      },
31 31
      "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."
32 32
    }
33 33
  },
34 34
  "$type": "com.atproto.lexicon.schema",
35 -
  "lexicon": 1
35 +
  "lexicon": 1,
36 +
  "description": "Attestation of a verified face-to-face meeting between two users, requiring mutual confirmation."
36 37
}

Compare Other Versions

Lexicon Garden

@