You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/add-organization-page-and-visibility.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
"@hypercerts-org/lexicon": minor
3
3
---
4
4
5
-
Add optional `longDescription` and `visibility` fields to `app.certified.actor.organization` lexicon. `longDescription` uses the description union pattern (inline text/markdown or strongRef to a rich-text document) for consistency with activity, collection, and attachment.
5
+
Add optional `longDescription` and `visibility` fields to `app.certified.actor.organization` lexicon. `longDescription` uses the description union pattern — an inline string for plain text or markdown, an embedded Leaflet linear document for rich-text content, or a strong reference to an existing description record — matching the pattern used on activity, collection, and attachment.
Sync `SKILL.md` Organization row with `README.md`: list `foundedDate`, `longDescription`, and `visibility` in the Certified lexicons overview table so AI agents building on top of `app.certified.actor.organization` see the full set of documented fields.
Copy file name to clipboardExpand all lines: lexicons/app/certified/actor/organization.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@
42
42
"type": "union",
43
43
"refs": [
44
44
"org.hypercerts.defs#descriptionString",
45
-
"pub.leaflet.pages.linearDocument#main",
45
+
"pub.leaflet.pages.linearDocument",
46
46
"com.atproto.repo.strongRef"
47
47
],
48
48
"description": "Long-form description of the organization, such as its mission, history, or detailed project narrative. An inline string for plain text or markdown, a Leaflet linear document record embedded directly, or a strong reference to an existing document record."
0 commit comments