Skip to main content
Module

std/encoding/_yaml/schema.ts>Schema

Deno standard library
Go to Latest
class Schema
implements SchemaDefinition
import { Schema } from "https://deno.land/std@0.177.0/encoding/_yaml/schema.ts";

Constructors

new
Schema(definition: SchemaDefinition)

Properties

compiledExplicit: Type[]
compiledImplicit: Type[]
compiledTypeMap: TypeMap
explicit: Type[]
implicit: Type[]
include: Schema[]

Methods

extend(definition: SchemaDefinition)

Static Properties

optional
SCHEMA_DEFAULT: Schema