Skip to main content

Module schema

Module schema 

Source

Re-exports§

pub use common::AstAnchor;
pub use common::LineRange;
pub use v3::Annotation;
pub use correction::*;
pub use v3::*;

Modules§

common
correction
knowledge
migrate
v1
v2
v3

Enums§

ParseAnnotationError
Errors from parse_annotation.

Functions§

parse_annotation
Parse an annotation from JSON, detecting the schema version and migrating to the canonical (latest) type.
peek_version
Peek at the schema version string from raw annotation JSON without full parsing.