mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(yaml): list extended
schema (#5444)
This commit is contained in:
parent
d50ba9bdf1
commit
13e23ab0e3
@ -11,6 +11,7 @@ import { SCHEMA_MAP } from "./_schema.ts";
|
||||
export interface ParseOptions {
|
||||
/**
|
||||
* Name of the schema to use. Options includes:
|
||||
* - `extended` (extends `default` schema)
|
||||
* - `default` (extends `core` schema)
|
||||
* - {@linkcode https://yaml.org/spec/1.2.2/#103-core-schema | core} (extends `json` schema)
|
||||
* - {@linkcode https://yaml.org/spec/1.2.2/#102-json-schema | json} (extends `failsafe` schema)
|
||||
|
@ -42,6 +42,7 @@ export type StringifyOptions = {
|
||||
styles?: Record<string, StyleVariant>;
|
||||
/**
|
||||
* Name of the schema to use. Options includes:
|
||||
* - `extended` (extends `default` schema)
|
||||
* - `default` (extends `core` schema)
|
||||
* - {@linkcode https://yaml.org/spec/1.2.2/#103-core-schema | core} (extends `json` schema)
|
||||
* - {@linkcode https://yaml.org/spec/1.2.2/#102-json-schema | json} (extends `failsafe` schema)
|
||||
|
Loading…
Reference in New Issue
Block a user