Skip to content

Commit

Permalink
fix: typos in schema-language.md
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato authored Nov 19, 2024
1 parent 69568d0 commit afa5ab2
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 afa5ab2

Please sign in to comment.