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: json-schema-output.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Any annotations produced by the evaluation. This property MUST NOT be included
88
88
The value for this property MUST be an object where the keys are the names of keywords and the values are the annotations
89
89
produced by the associated keyword.
90
90
91
-
Each keyword defines its own annotation data type (e.g. `properties` produces a list of keywords, whereas `title` produces a string).
91
+
Each keyword defines its own annotation data type (e.g. `properties` produces a list of object keys, whereas `title` produces a string).
92
92
93
93
The JSON key for this information is `annotations`.
94
94
@@ -100,7 +100,7 @@ Implementations that wish to provide these annotations MUST NOT provide them as
100
100
101
101
The value for this property MUST be an object where the keys are the names of keywords and the values are the annotations produced by the associated keyword.
102
102
103
-
Each keyword defines its own annotation data type (e.g. `properties` produces a list of keywords, whereas `title` produces a string).
103
+
Each keyword defines its own annotation data type (e.g. `properties` produces a list of object keys, whereas `title` produces a string).
104
104
105
105
The JSON key for this information is `droppedAnnotations`.
0 commit comments