Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Duncan Dewhurst <[email protected]>
  • Loading branch information
odscjen and duncandewhurst authored Nov 8, 2024
1 parent 0b61f4e commit 59a4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/meta/style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ When describing JSON Schema:
When referring to a **subschema**:

- "object" if the subschema is used in the context of building a JSON document
- "subschema" otherwise. Where appropriate consider rephasing the sentence to be about building a JSON document (and therefore using "object")
- "subschema" otherwise. Where appropriate, consider rephasing the sentence to be about building a JSON document (and therefore using "object")

When referring to a field, prefer the notation for the path in the data, like ``contracts.period``, rather than the notation for the path in the schema, like ``Contract.period``.

Expand Down

0 comments on commit 59a4a14

Please sign in to comment.