Skip to content

Commit

Permalink
meta/schema_style_guide: Copy-edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 26, 2023
1 parent 3b27e62 commit 62a6208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/meta/schema_style_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ JSON Schema keyword order

The order of keywords is: semantics, data type, type-specific keywords, and deprecation notice.

The order of type-specific keywords is: sub-fields, validation keywords in hierarchical order (e.g. ``codelist``, ``openCodelist``, ``enum``) or alphabetic order if no difference (e.g. ``maximum``, ``minimum``), merge behavior, and validation keywords added by OCDS Kit (least informative).
The order of type-specific keywords is: sub-fields, validation keywords in hierarchical order (e.g. ``codelist``, ``openCodelist``, ``enum``) or alphabetic order if equal hierarchy (e.g. ``maximum``, ``minimum``), merge behavior, and validation keywords added by OCDS Kit (least informative).

- ``title``
- ``description``
Expand Down

0 comments on commit 62a6208

Please sign in to comment.