This is a string-like type used in Stencila Schema for collaboratively editable text.
It exists to distinguish ordinary replacement-based string values from text stored and synchronized as a CRDT, where changes are modeled as insertions and deletions. This makes it suitable for collaborative editing and fine-grained text synchronization.
Common uses include the value property of Text and the code property of executable code nodes.
The Cord type is represented in:
This documentation was generated from Cord.yaml by docs_types.rs.