alpha
Login
or
Join now
nandi.uk
/
semble
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
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
add strong ref lexicon with lpm
author
Wesley Finck
date
1 year ago
(Apr 17, 2025, 6:56 PM -0700)
commit
71960590
71960590aab236c77e3c66669bd7443b6ce66b21
parent
ddaab8dc
ddaab8dc0cc405398bacabdc0952d6d40d1ed486
+29
2 changed files
Expand all
Collapse all
Unified
Split
lexicons
com
atproto
repo
strongRef.json
lexicons.json
+5
lexicons.json
View file
Reviewed
···
1
1
+
{
2
2
+
"lexicons": [
3
3
+
"com.atproto.repo.strongRef"
4
4
+
]
5
5
+
}
+24
lexicons/com/atproto/repo/strongRef.json
View file
Reviewed
···
1
1
+
{
2
2
+
"lexicon": 1,
3
3
+
"id": "com.atproto.repo.strongRef",
4
4
+
"description": "A URI with a content-hash fingerprint.",
5
5
+
"defs": {
6
6
+
"main": {
7
7
+
"type": "object",
8
8
+
"required": [
9
9
+
"uri",
10
10
+
"cid"
11
11
+
],
12
12
+
"properties": {
13
13
+
"cid": {
14
14
+
"type": "string",
15
15
+
"format": "cid"
16
16
+
},
17
17
+
"uri": {
18
18
+
"type": "string",
19
19
+
"format": "at-uri"
20
20
+
}
21
21
+
}
22
22
+
}
23
23
+
}
24
24
+
}