File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ Provide a Sample Document
23
23
24
24
Consider the ``users`` collection in the `Mflix Sample Database
25
25
<https://www.mongodb.com/docs/atlas/sample-data/sample-mflix/#sample_mflix.users>`__.
26
- If you are connected to the MongoDB deployment that contains this
27
- collection, you can ask the |copilot| to provide a sample document.
26
+ If you are connected to a MongoDB deployment that contains this
27
+ collection, you can ask the |copilot| to provide a sample document:
28
28
29
29
.. code-block:: none
30
30
:copyable: false
@@ -50,15 +50,14 @@ schema:
50
50
"name": "John Doe",
51
51
"password": "password123",
52
52
"preferences": {}
53
- }
53
+ }
54
54
55
55
Once Copilot generates the response, you can open the JSON output to see
56
56
more information.
57
57
58
58
.. figure:: /images/copilot-schema.png
59
59
:figwidth: 700px
60
- :alt: Screenshot of copilot providing a sample document from a
61
- collection.
60
+ :alt: Screenshot of copilot providing a sample document from a collection.
62
61
63
62
64
63
You can’t perform that action at this time.
0 commit comments