diff --git a/examples/catalog-sample-extended.json b/examples/catalog-sample-extended.json index 0013386c..e230b1c9 100644 --- a/examples/catalog-sample-extended.json +++ b/examples/catalog-sample-extended.json @@ -50,7 +50,7 @@ "frequency": "one-time", "language": "English", "granularity": "", - "dataQuality": "true", + "dataQuality": true, "theme": "education", "references": "http://nces.ed.gov/ccd/data/txt/psu091alay.txt", "landingPage": "http://ed.gov/developer", diff --git a/schema.md b/schema.md index f54ece14..5307aa5d 100644 --- a/schema.md +++ b/schema.md @@ -278,9 +278,9 @@ Field | title ----- | ----- **Cardinality** | (0,1) **Required** | No -**Accepted Values** | Must be one of the following: true, false +**Accepted Values** | Must be a boolean value of `true` or `false` **Usage Notes** | Indicates whether a dataset -**Example** | `{"dataQuality":"true"}` +**Example** | `{"dataQuality":true}` {.table .table-striped} **Field** | **category**