Skip to content

Commit aab9093

Browse files
authored
Widen description fields to union type
Clarified the impact of the schema change on existing records.
1 parent a1f6bff commit aab9093

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.changeset/description-union-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
Widen description fields on activity, collection, and attachment from a bare Leaflet ref to a union of inline descriptionString and Leaflet linearDocument, with a shared def in org.hypercerts.defs.
66

7-
This is technically a breaking schema change (ref → union), but not breaking in practice: all published records already include a `$type` discriminator on the description object, so existing data validates against the union without modification.
7+
This is technically a breaking schema change (ref → union), but not breaking for most published records, as they already include a `$type` discriminator on the description object, so existing data validates against the union without modification.

0 commit comments

Comments
 (0)