class Schema
implements SchemaDefinition
import { Schema } from "https://deno.land/std@0.220.0/yaml/schema.ts";
Constructors
new
Schema(definition: SchemaDefinition)Methods
extend(definition: SchemaDefinition): Schema
Static Properties
optional
SCHEMA_DEFAULT: Schema