This is a fallback type used in Stencila Schema for values or nodes whose concrete type is not known.
It exists to preserve information during decoding, transformation, or partial validation when content cannot yet be mapped to a more specific schema type. This helps Stencila avoid unnecessary data loss while still keeping the uncertainty explicit.
This type is mainly useful at interoperability and ingestion boundaries.
The Unknown type has these properties:
The Unknown type is related to these types:
The Unknown type is represented in:
This documentation was generated from Unknown.yaml by docs_types.rs.