Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 43b7c41

Browse files
committed
adding a section to clarify capitalization
1 parent 9ce0f9b commit 43b7c41

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: schema.md

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ The [Implementation Guidance](/implementation-guide/) available as a part of Pro
3636

3737
Where optional fields are included in a catalog file but are unpopulated, they may be represented by a `null` value. They should not be represented by an empty string (`""`).
3838

39+
The Project Open Data schema is case sensitive. The schema uses a camel case convention where the first letter of some words within a field are capitalized (usually all words but the first one). While it may seem subtle which characters are uppercase and lowercase, it is necessary to follow the exact same casing as defined in the schema documented here. For example:
40+
41+
> Correct: `contactPoint`
42+
> Incorrect: `ContactPoint`
43+
> Incorrect: `contactpoint`
44+
> incorrect: `CONTACTPOINT`
45+
3946
Links to downloadable examples of metadata files developed in this and other formats in [the metadata resources](/metadata-resources/). Tools to help agencies produce and maintain their data inventories are [available on GitHub](http://www.github.com/project-open-data) and hosted at [Labs.Data.gov](http://labs.data.gov).
4047

4148

0 commit comments

Comments
 (0)