Skip to content

Commit 7ca1741

Browse files
attempting formatting fix for manual refs
1 parent c41f19b commit 7ca1741

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

source/validation.txt

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,25 +109,22 @@ Consider the following example validation:
109109

110110
This validation specifies:
111111

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.
115115

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.
119118

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.
123122

124123
- 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>`.
127125

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.
131128

132129
For all available ``$jsonSchema`` keywords, refer to the
133130
:manual:`$jsonSchema </reference/operator/query/jsonSchema>` page in

0 commit comments

Comments
 (0)