File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
"accrualPeriodicity" : " one-time" ,
51
51
"language" : " English" ,
52
52
"granularity" : " " ,
53
- "dataQuality" : " true" ,
53
+ "dataQuality" : true ,
54
54
"theme" : " education" ,
55
55
"references" : " http://nces.ed.gov/ccd/data/txt/psu091alay.txt" ,
56
56
"landingPage" : " http://ed.gov/developer" ,
Original file line number Diff line number Diff line change @@ -280,9 +280,9 @@ Field | title
280
280
----- | -----
281
281
** Cardinality** | (0,1)
282
282
** 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)
284
284
** Usage Notes** | Indicates whether a dataset conforms to the agency's information quality guidelines.
285
- ** Example** | ` {"dataQuality":" true" } `
285
+ ** Example** | ` {"dataQuality":true} `
286
286
287
287
{.table .table-striped}
288
288
** Field** | ** category**
You can’t perform that action at this time.
0 commit comments