class Schema
implements SchemaDefinition
import { Schema } from "https://deno.land/std@0.135.0/encoding/_yaml/schema.ts";
Constructors
new
Schema(definition: SchemaDefinition)Methods
extend(definition: SchemaDefinition)
Static Properties
optional
SCHEMA_DEFAULT: SchemaStatic Methods
create(): void