Skip to content

Commit 06fce2c

Browse files
s-adamantineclaude
andcommitted
fix: remove redundant #main from linearDocument union refs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent aab9093 commit 06fce2c

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lexicons/org/hypercerts/claim/activity.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"type": "union",
3434
"refs": [
3535
"org.hypercerts.defs#descriptionString",
36-
"pub.leaflet.pages.linearDocument#main",
36+
"pub.leaflet.pages.linearDocument",
3737
"com.atproto.repo.strongRef"
3838
],
3939
"description": "Long-form description of the activity. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record."

lexicons/org/hypercerts/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "union",
4141
"refs": [
4242
"org.hypercerts.defs#descriptionString",
43-
"pub.leaflet.pages.linearDocument#main",
43+
"pub.leaflet.pages.linearDocument",
4444
"com.atproto.repo.strongRef"
4545
],
4646
"description": "Long-form description of the collection. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record."

lexicons/org/hypercerts/context/attachment.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"type": "union",
6767
"refs": [
6868
"org.hypercerts.defs#descriptionString",
69-
"pub.leaflet.pages.linearDocument#main",
69+
"pub.leaflet.pages.linearDocument",
7070
"com.atproto.repo.strongRef"
7171
],
7272
"description": "Long-form description of the attachment. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record."

0 commit comments

Comments
 (0)