Skip to content

Commit 2c5cc4c

Browse files
committed
fixed examples
1 parent aaabf65 commit 2c5cc4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

json-schema-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Any annotations produced by the evaluation. This property MUST NOT be included
8888
The value for this property MUST be an object where the keys are the names of keywords and the values are the annotations
8989
produced by the associated keyword.
9090

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).
9292

9393
The JSON key for this information is `annotations`.
9494

@@ -100,7 +100,7 @@ Implementations that wish to provide these annotations MUST NOT provide them as
100100

101101
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.
102102

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).
104104

105105
The JSON key for this information is `droppedAnnotations`.
106106

0 commit comments

Comments
 (0)