Skip to content

Commit 3fed6ac

Browse files
committed
Merge branch '259-path-notation'
2 parents 4a8d997 + ea5af79 commit 3fed6ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/meta/schema_style_guide.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Structure
3636
Properties and definitions
3737
~~~~~~~~~~~~~~~~~~~~~~~~~~
3838

39-
The top level of the schema is split between ``properties`` and ``definitions``. The latter contains objects that may be re-used, by reference, in multiple locations across the schema. Each of these can be thought of as a "Class", and its name is capitalized accordingly. Whenever you consider that an object or structure might be re-used in a different area of the standard, it should be included in ``definitions``.
39+
The top level of the schema is split between ``properties`` and ``definitions``. The latter contains objects that may be reused, by reference, in multiple locations across the schema. Each of these can be thought of as a "Class", and its name is capitalized accordingly. Whenever you consider that an object or structure might be reused in a different area of the standard, it should be included in ``definitions``.
4040

4141
Subschema (definition)
4242
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)