You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/api/JsonSchema.Net/EvaluationOptions.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Allows configuration of the evaluation process.
19
19
| Name | Type | Summary |
20
20
|---|---|---|
21
21
|**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. |
22
23
|**Culture**| CultureInfo | Gets or sets the culture for error messages. Overrides **Json.Schema.ErrorMessages.Culture**. |
23
24
|**Default**| EvaluationOptions | The default settings. |
24
25
|**EvaluateAs**| SpecVersion | Indicates which specification version to process as. This will filter the keywords of a schema based on their support. |
`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