Skip to content

Commit

Permalink
fix: typos in schema-language.md (#2507)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Ian Green <jasoniangreen@users.noreply.github.com>
  • Loading branch information
monteiro-renato and jasoniangreen authored Dec 16, 2024
1 parent b17ec32 commit 82735a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/schema-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Draft-2019-09 support is provided via a separate export in order to avoid increa
With this import Ajv supports the following features:

- keywords [`unevaluatedProperties`](../json-schema.md#unevaluatedproperties) and [`unevaluatedItems`](../json-schema.md#unevaluateditems)
- keywords [`dependentRequired`](../json-schema.md#dependentrequired), [`dependentSchemas`](../json-schema.md#dependentschemas), [`maxContains`/`minContain`](../json-schema.md#maxcontains--mincontains)
- keywords [`dependentRequired`](../json-schema.md#dependentrequired), [`dependentSchemas`](../json-schema.md#dependentschemas), [`maxContains`/`minContains`](../json-schema.md#maxcontains-mincontains)
- dynamic recursive references with [`recursiveAnchor`/`recursiveReference`] - see [Extending recursive schemas](./combining-schemas.md#extending-recursive-schemas)
- draft-2019-09 meta-schema is the default.

Expand Down

0 comments on commit 82735a1

Please # to comment.