@@ -229,12 +229,13 @@ and ``taxid-short`` fields for write or read operations to the
229
229
230
230
.. autoencryptkeyword:: encrypt.keyId
231
231
232
- *Array of UUID*
232
+ *Array of single UUID*
233
233
234
234
The UUID of the data encryption key to use for encrypting field
235
- values. Specify *one* string inside the array. The UUID is a BSON
236
- `binary data <http://bsonspec.org/spec.html>`_ element of subtype
237
- ``4``.
235
+ values. The UUID is a BSON `binary data
236
+ <http://bsonspec.org/spec.html>`_ element of subtype ``4``.
237
+
238
+ Specify *one* string inside the array.
238
239
239
240
If omitted, :ref:`mongocryptd` checks the full tree of parent
240
241
fields for the nearest
@@ -327,15 +328,16 @@ and ``taxid-short`` fields for write or read operations to the
327
328
328
329
*Array of single UUID*
329
330
330
- The UUID of a data encryption key. If an
331
- :autoencryptkeyword:`encrypt` object is missing the
331
+ The UUID of a data encryption key. The UUID is a BSON `binary data
332
+ <http://bsonspec.org/spec.html>`_ element of subtype ``4``.
333
+
334
+ Specify *one* string inside the array.
335
+
336
+ If an :autoencryptkeyword:`encrypt` object is missing the
332
337
:autoencryptkeyword:`~encrypt.keyId` field, ``mongocryptd``
333
338
searches the entire tree of parent objects to locate
334
339
an :autoencryptkeyword:`encryptMetadata` object that
335
340
specifies :autoencryptkeyword:`encryptMetadata.keyId`.
336
-
337
- The UUID is a BSON `binary data <http://bsonspec.org/spec.html>`_
338
- element of subtype ``4``.
339
341
340
342
The data encryption key *must* exist in the key vault specified as
341
343
part of the auto encryption :ref:`configuration options
0 commit comments