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

Commit 97bd59c

Browse files
committed
adding clarification about null and empty stringx2
1 parent 1bb96ec commit 97bd59c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: schema.md

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ The [Implementation Guidance](/implementation-guide/) available as a part of Pro
3333

3434
[JSON](http://www.json.org) is a lightweight data-exchange format that is very easy to read, parse and generate. Based on a subset of the JavaScript programming language, JSON is a text format that is optimized for data interchange. JSON is built on two structures: (1) a collection of name/value pairs; and (2) an ordered list of values.
3535

36+
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 (`""`).
37+
3638
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).
3739

3840

0 commit comments

Comments
 (0)