docs(yaml): correct core schema note (#5552)

This commit is contained in:
Asher Gomez 2024-07-26 18:01:42 +10:00 committed by GitHub
parent 0d6b1aec6a
commit 9d572e086a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ import {
* strings.
* - `json`: extends `failsafe` schema by also supporting nulls, booleans,
* integers and floats.
* - `core`: extends `json` schema by also supporting tag resolution.
* - `core`: functionally the same as `json` schema.
* - `default`: extends `core` schema by also supporting binary, omap, pairs and
* set types.
* - `extended`: extends `default` schema by also supporting regular