@omnist-dev/omnist
    Preparing search index...

    Interface ReadYamlOptions

    Options for parsing YAML text into a Document node.

    interface ReadYamlOptions {
        schema?: Schema;
    }
    Index
    schema?: Schema

    Optional Schema for schema-directed materialization (spec §4).