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+ ==================
12Export 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
312
413You can export your schema after analyzing it. This is useful for
514sharing your schema and comparing schemas across collections.
@@ -27,7 +36,7 @@ Once your schema has been analyzed, export your schema:
2736Your schema is copied to your clipboard as a |json| object.
2837
2938Schema Object Properties
30- ~~~~~~~~~~~~~~~~~~~~~~~~
39+ ------------------------
3140
3241Schema objects have ``count`` and ``fields`` properties:
3342
@@ -137,7 +146,7 @@ Schema objects have ``count`` and ``fields`` properties:
137146 field.
138147
139148Example Schema
140- ~~~~~~~~~~~~~~
149+ --------------
141150
142151The following example uses a collection of 3 documents, each
143152with a ``sport`` field and unique information about that sport:
You can’t perform that action at this time.
0 commit comments