Skip to content

Commit 07765a5

Browse files
author
json-everything-ci
committed
regenerated api docs
1 parent 72b36b6 commit 07765a5

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

_docs/api/JsonSchema.Net/EvaluationOptions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Allows configuration of the evaluation process.
1919
| Name | Type | Summary |
2020
|---|---|---|
2121
| **AddAnnotationForUnknownKeywords** | bool | Outputs an annotation that lists any unknown keywords. Can be useful for catching typos. |
22+
| **AllowReferencesIntoUnknownKeywords** | bool | Gets or sets whether `$ref` is permitted to navigate into unknown keywords where subschemas aren't expected. Default is true. |
2223
| **Culture** | CultureInfo | Gets or sets the culture for error messages. Overrides **Json.Schema.ErrorMessages.Culture**. |
2324
| **Default** | EvaluationOptions | The default settings. |
2425
| **EvaluateAs** | SpecVersion | Indicates which specification version to process as. This will filter the keywords of a schema based on their support. |

_docs/api/JsonSchema.Net/title.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ bookmark: JsonSchema.Net
44
permalink: /api/JsonSchema.Net/:title/
55
folder: true
66
order: "10.01"
7-
version: "7.0.4"
7+
version: "7.1.0"
88
---

_docs/release-notes/rn-json-schema.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ title: JsonSchema.Net
44
icon: fas fa-tag
55
order: "09.01"
66
---
7+
# [7.1.0](https://github.com/gregsdennis/json-everything/pull/752) {#release-schema-7.1.0}
8+
9+
Adds `EvaluationOptions.AllowReferencesIntoUnknownKeywords` to optionally disallow `$ref` navigation into unknown keywords.
10+
711
# [7.0.4](https://github.com/gregsdennis/json-everything/pull/746) {#release-schema-7.0.4}
812

913
`minContains` and `maxContains` annotations were still being discovered by `contains` when validating as Draft 6/7 even though `minContains` and `maxContains` are Draft 2019-90+ keywords.

0 commit comments

Comments
 (0)