alpha
Login
or
Join now
microcosm.blue
/
microcosm-rs
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
Star
0
Fork
3
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Reformat existing lexicons
author
mxngls
date
4 months ago
(Jan 31, 2026, 3:35 PM +0900)
commit
ba065299
ba06529960e349cf578ebd6c1b657c933e7a4316
parent
92fc8620
92fc8620d2b53e0365149d08cb510aa1f0fab2f1
+26
-6
2 changed files
Expand all
Collapse all
Unified
Split
lexicons
blue.microcosm
links
getBacklinks.json
getManyToManyCounts.json
+13
-3
lexicons/blue.microcosm/links/getBacklinks.json
Reviewed
···
7
7
"description": "a list of records linking to any record, identity, or uri",
8
8
"parameters": {
9
9
"type": "params",
10
10
-
"required": ["subject", "source"],
10
10
+
"required": [
11
11
+
"subject",
12
12
+
"source"
13
13
+
],
11
14
"properties": {
12
15
"subject": {
13
16
"type": "string",
···
39
42
"encoding": "application/json",
40
43
"schema": {
41
44
"type": "object",
42
42
-
"required": ["total", "records"],
45
45
+
"required": [
46
46
+
"total",
47
47
+
"records"
48
48
+
],
43
49
"properties": {
44
50
"total": {
45
51
"type": "integer",
···
62
68
},
63
69
"linkRecord": {
64
70
"type": "object",
65
65
-
"required": ["did", "collection", "rkey"],
71
71
+
"required": [
72
72
+
"did",
73
73
+
"collection",
74
74
+
"rkey"
75
75
+
],
66
76
"properties": {
67
77
"did": {
68
78
"type": "string",
+13
-3
lexicons/blue.microcosm/links/getManyToManyCounts.json
Reviewed
···
7
7
"description": "count many-to-many relationships with secondary link paths",
8
8
"parameters": {
9
9
"type": "params",
10
10
-
"required": ["subject", "source", "pathToOther"],
10
10
+
"required": [
11
11
+
"subject",
12
12
+
"source",
13
13
+
"pathToOther"
14
14
+
],
11
15
"properties": {
12
16
"subject": {
13
17
"type": "string",
···
50
54
"encoding": "application/json",
51
55
"schema": {
52
56
"type": "object",
53
53
-
"required": ["counts_by_other_subject"],
57
57
+
"required": [
58
58
+
"counts_by_other_subject"
59
59
+
],
54
60
"properties": {
55
61
"counts_by_other_subject": {
56
62
"type": "array",
···
69
75
},
70
76
"countBySubject": {
71
77
"type": "object",
72
72
-
"required": ["subject", "total", "distinct"],
78
78
+
"required": [
79
79
+
"subject",
80
80
+
"total",
81
81
+
"distinct"
82
82
+
],
73
83
"properties": {
74
84
"subject": {
75
85
"type": "string",