This is a hyperlink type used in Stencila Schema with analogues in HTML <a>, JATS xref-style links, and Markdown links.
It exists to represent links as structured document nodes that can target internal nodes, sections, files, or external URLs while carrying richer metadata than plain text spans. This supports stable cross-references and portable serialization across formats.
Key properties include the linked content, the target or target node, and any relationship metadata used for navigation or referencing.
The Link type has these properties:
The Link type is related to these types:
The Link type is represented in:
During property-based (a.k.a generative) testing, the properties of the Link type are generated using the following strategies.
This documentation was generated from Link.yaml by docs_types.rs.