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

Commit d3e0826

Browse files
committed
Merged pull request #56 updating dataQuality guidance
2 parents bcccbf3 + 43dfd21 commit d3e0826

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: examples/catalog-sample-extended.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"frequency": "one-time",
5151
"language": "English",
5252
"granularity": "",
53-
"dataQuality": "true",
53+
"dataQuality": true,
5454
"theme": "education",
5555
"references": "http://nces.ed.gov/ccd/data/txt/psu091alay.txt",
5656
"landingPage": "http://ed.gov/developer",

Diff for: schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ Field | title
280280
----- | -----
281281
**Cardinality** | (0,1)
282282
**Required** | No
283-
**Accepted Values** | Must be one of the following: true, false
283+
**Accepted Values** | Must be a boolean value of `true` or `false` (not contained within quote marks)
284284
**Usage Notes** | Indicates whether a dataset conforms to the agency's information quality guidelines.
285-
**Example** | `{"dataQuality":"true"}`
285+
**Example** | `{"dataQuality":true}`
286286

287287
{.table .table-striped}
288288
**Field** | **category**

0 commit comments

Comments
 (0)