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/EvaluationContext.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ The EvaluationContext struct encapsulates all relevant data required for evaluat
28
28
29
29
| Name | Type | Summary |
30
30
|---|---|---|
31
-
|**EvaluatedKeywords**| List\<KeywordEvaluation\>| Gets the collection of keyword evaluations that have been performed for the current instance. |
31
+
|**CanOptimize**| bool | Gets a value indicating whether the current configuration allows optimization. |
32
+
|**EvaluatedKeywords**| KeywordEvaluation[]| Gets the collection of keyword evaluations that have been performed for the current instance. |
32
33
|**EvaluationPath**| JsonPointer | Gets or sets a JSON Pointer representing the path through the schemas and across references to the currently evaluated subschema. |
33
34
|**Instance**| JsonElement | Gets the JSON element that represents the instance data. |
34
35
|**InstanceLocation**| JsonPointer | Gets or sets the JSON Pointer indicating the location of the instance within the JSON document. |
0 commit comments