File tree Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Expand file tree Collapse file tree 1 file changed +11
-14
lines changed Original file line number Diff line number Diff line change @@ -109,25 +109,22 @@ Consider the following example validation:
109
109
110
110
This validation specifies:
111
111
112
- - The list of :manual:`required
113
- </reference/operator/query/jsonSchema/#available-keywords>`
114
- fields.
112
+ - The list of
113
+ :manual:`required </reference/operator/query/jsonSchema/#available-keywords>`
114
+ fields.
115
115
116
- - The :manual:`bsonType
117
- </reference/operator/query/jsonSchema/#available-keywords>` for
118
- all fields.
116
+ - The :manual:`bsonType </reference/operator/query/jsonSchema/#available-keywords>` for
117
+ all fields.
119
118
120
- - The :manual:`minimum
121
- </reference/operator/query/jsonSchema/#available-keywords>`
122
- and :manual:`maximum </reference/operator/query/jsonSchema/#available-keywords>` values for the ``year`` field.
119
+ - The :manual:`minimum </reference/operator/query/jsonSchema/#available-keywords>`
120
+ and :manual:`maximum </reference/operator/query/jsonSchema/#available-keywords>`
121
+ values for the ``year`` field.
123
122
124
123
- The acceptable values for the ``major`` field, using
125
- :manual:`enum
126
- </reference/operator/query/jsonSchema/#available-keywords>` .
124
+ :manual:`enum </reference/operator/query/jsonSchema/#available-keywords>`.
127
125
128
- - The :manual:`minimum
129
- </reference/operator/query/jsonSchema/#available-keywords>`
130
- value for the ``gpa`` field.
126
+ - The :manual:`minimum </reference/operator/query/jsonSchema/#available-keywords>`
127
+ value for the ``gpa`` field.
131
128
132
129
For all available ``$jsonSchema`` keywords, refer to the
133
130
:manual:`$jsonSchema </reference/operator/query/jsonSchema>` page in
You can’t perform that action at this time.
0 commit comments