From 35d1ffff5fccfe5822e2e602e01a23f0f0dd6f62 Mon Sep 17 00:00:00 2001 From: odscjen Date: Mon, 9 Oct 2023 14:48:55 +0100 Subject: [PATCH] schema_style_guide.rst: add guidance for authoring titles --- docs/meta/schema_style_guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/meta/schema_style_guide.rst b/docs/meta/schema_style_guide.rst index 2355dad..9f6f413 100644 --- a/docs/meta/schema_style_guide.rst +++ b/docs/meta/schema_style_guide.rst @@ -246,6 +246,12 @@ Field and code names Until OCDS 2.0, publishers must use the ``tender`` term, and not choose their own terms, in order to maintain interoperability. The choice of a term is cosmetic; it's not semantic. A field's description, not its name, is semantic. +Field and code titles +--------------------- + +- Use `sentence case `__. +- Field titles should not include their parent's title, e.g. ``Title`` not ``Tender title``, ``Description`` not ``Award description``, etc. + Field and code descriptions ---------------------------