File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change
1
+ ==================
1
2
Export Your Schema
2
- ------------------
3
+ ==================
4
+
5
+ .. default-domain:: mongodb
6
+
7
+ .. contents:: On this page
8
+ :local:
9
+ :backlinks: none
10
+ :depth: 1
11
+ :class: singlecol
3
12
4
13
You can export your schema after analyzing it. This is useful for
5
14
sharing your schema and comparing schemas across collections.
@@ -27,7 +36,7 @@ Once your schema has been analyzed, export your schema:
27
36
Your schema is copied to your clipboard as a |json| object.
28
37
29
38
Schema Object Properties
30
- ~~~~~~~~~~~~~~~~~~~~~~~~
39
+ ------------------------
31
40
32
41
Schema objects have ``count`` and ``fields`` properties:
33
42
@@ -137,7 +146,7 @@ Schema objects have ``count`` and ``fields`` properties:
137
146
field.
138
147
139
148
Example Schema
140
- ~~~~~~~~~~~~~~
149
+ --------------
141
150
142
151
The following example uses a collection of 3 documents, each
143
152
with a ``sport`` field and unique information about that sport:
You can’t perform that action at this time.
0 commit comments