Skip to content

Commit 6125d83

Browse files
holkexyzclaude
authored andcommitted
chore: update ERD and add changeset for description union
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e998889 commit 6125d83

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@hypercerts-org/lexicon": minor
3+
---
4+
5+
Widen `description` fields on activity, collection, and attachment from a bare Leaflet ref to a union of inline `descriptionString` and `strongRef`, with a shared def in `org.hypercerts.defs`

ERD.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ dataclass collection {
235235
type?
236236
title
237237
shortDescription?
238-
description? (Leaflet ref)
238+
description?
239239
items[]?
240240
location?
241241
createdAt

0 commit comments

Comments
 (0)