Skip to content

Commit 59ee5c8

Browse files
committed
update docs/schema/conformance_and_extensions.md
1 parent f55e148 commit 59ee5c8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/schema/conformance_and_extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ Extensions to the standard may add new objects and fields to accommodate specifi
2525

2626
The schema for the standard by default allows for new fields, and does not fail validation of a file which contains unknown fields.
2727

28-
Conformant extensions should respect the following guidelines:
28+
### Extension conformance guidelines
2929

30-
### Changes to existing fields
30+
#### Changes to existing fields
3131

3232
A conformant extension *should not*:
3333

3434
* Delete properties or definitions from the OCDS schema.
3535
* Change the value of keywords in the OCDS schema. If an extension desires to document further usage of a field in the OCDS, it should do so through documentation, rather than changing the field's `description` keyword.
3636

37-
### New fields
37+
#### New fields
3838

3939
A conformant extension *must*:
4040

@@ -44,7 +44,7 @@ A conformant extension *must*:
4444
* Not include types other than "array", "number" and/or "string" in the `types` keyword under an `items` keyword.
4545
* Ensure that any definition referenced in a property of `type` array, whose `wholeListMerge` and `omitWhenMerged` keywords are unset or set to `false`, has a required `id` property.
4646

47-
### Codelists
47+
#### Codelists
4848

4949
A conformant extension *must*:
5050

@@ -54,7 +54,7 @@ A conformant extension *must*:
5454
* Document titles and descriptions for `enum` values as a CSV codelist.
5555
* Append "+" to the start of the codelist filename when adding codes to an existing codelist, e.g. `+documentType.csv`.
5656

57-
### Naming conventions
57+
#### Naming conventions
5858

5959
A conformant extension *must*:
6060

0 commit comments

Comments
 (0)