# Functions
AsTyped accepts a value and a type and returns a TypedValue.
AsTypeUnvalidated is just like AsTyped, but doesn't validate that the type conforms to the schema, for cases where that has already been checked or where you're going to call a method that validates as a side-effect (like ToFieldSet).
NewParser will build a YAMLParser from a schema.
ReconcileFieldSetWithSchema reconciles the a field set with any changes to the object's schema since the field set was written.
WithAppendKeyFields configures ExtractItems to include key fields.
# Constants
AllowDuplicates means that sets and associative lists can have duplicate similar items.
# Variables
DeducedParseableType is a ParseableType that deduces the type from the content of the object.
# Structs
Comparison is the return value of a TypedValue.Compare() operation.
ParseableType allows for easy production of typed objects.
Parser implements YAMLParser and allows introspecting the schema.
TypedValue is a value of some specific type.
ValidationError reports an error about a particular field.
# Type aliases
No description provided by the author
ValidationErrors accumulates multiple validation error messages.
ValidationOptions is the list of all the options available when running the validation.
YAMLObject is an object encoded in YAML.