YAML schema support for scalar resolution and tag handling.
CoreSchemaImplements the Core schema. http://www.yaml.org/spec/1.2/spec.html#id2804356ExtendedSchemaExtension to the core schema and accept different flavor of scalars FailsafeSchemaImplements the YAML failsafe schema. http://www.yaml.org/spec/1.2/spec.html#id2802346JsonSchemaImplements a JSON schema. http://www.yaml.org/spec/1.2/spec.html#id2803231SchemaBaseBase implementation for a based schema.IYamlSchemaProvides schema information for tag resolution.Schemas control how plain scalars are interpreted (for example booleans, integers, null) and how tags are resolved during parsing and deserialization. SharpYaml targets YAML 1.2 and provides several schema flavors (Failsafe, JSON, Core, and Extended).