dev.mccue.jvm.index
Schema Diff
+0 -0
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "dev.mccue.jvm.index",
3
3
"defs": {
4
4
"main": {
5
5
"key": "any",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"providers"
11
11
],
12
12
"properties": {
13
13
"providers": {
14
14
"type": "array",
15
15
"items": {
16
16
"type": "object",
17
17
"required": [
18
18
"did"
19
19
],
20
20
"properties": {
21
21
"did": {
22
22
"type": "string",
23
23
"format": "did"
24
24
}
25
25
}
26
26
}
27
27
}
28
28
}
29
29
},
30
30
"description": "An index of where one might find a particular module"
31
31
}
32
32
},
33
33
"$type": "com.atproto.lexicon.schema",
34
34
"lexicon": 1
35
35
}