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

Fix up examples to match documentation. #65

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions examples/catalog-sample-extended.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "Data Catalog",
"description": "Version 1.0",
"keyword": "catalog",
"modified": "2013-05-09 06:00:00",
"modified": "2013-05-09",
"publisher": "US Department of X",
"person": "Contact Person",
"mbox": "[email protected]",
"identifier": "1",
"accessLevel": "public",
"accessLevel": "Public",
"distribution": [
{
"accessURL": "http://agency.gov/data.json",
Expand All @@ -20,12 +20,12 @@
"title": "Public Elementary/Secondary Listing",
"description": "The purpose of the CCD nonfiscal surveys is to provide a listing of all schools and agencies providing free public elementary and secondary education, along with basic descriptive statistical information on each school and agency listed. Penalties apply for misuse, seehttp://nces.ed.gov/ncesglobal/data_usage_agreement.aspfor more details.",
"keyword": "education, schools",
"modified": "2011-11-19 00:00:00",
"modified": "2011-11-19",
"publisher": "US Department of Education",
"person": "Open Data Initiative",
"mbox": "[email protected]",
"identifier": "ykv5-fn9t",
"accessLevel": "public",
"accessLevel": "Public",
"dataDictionary": "http://nces.ed.gov/ccd/pdf/INsc09101a.pdf",
"distribution": [
{
Expand All @@ -45,8 +45,8 @@
"webService": "http://explore.data.gov/api/views/ykv5-fn9t/rows.json",
"license": "Public Domain",
"spatial": "US",
"temporal": "2009-09-01 00:00:00,2010-05-31 00:00:00",
"issued": "",
"temporal": "2009-09-01 00:00:00,2010-05-31 00:00:00",
"issued": "2011-11-19",
"frequency": "one-time",
"language": "English",
"granularity": "",
Expand Down
8 changes: 4 additions & 4 deletions examples/catalog-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"title": "Data Catalog",
"description": "Version 1.0",
"keyword": "catalog",
"modified": "2013-05-09 06:00:00",
"modified": "2013-05-09",
"publisher": "US Department of X",
"person": "Contact Person",
"mbox": "[email protected]",
"identifier": "1",
"accessLevel": "public",
"accessLevel": "Public",
"distribution": [
{
"accessURL": "http://agency.gov/data.json",
Expand All @@ -20,12 +20,12 @@
"title": "Public Elementary/Secondary Listing",
"description": "The purpose of the CCD nonfiscal surveys is to provide a listing of all schools and agencies providing free public elementary and secondary education, along with basic descriptive statistical information on each school and agency listed. Penalties apply for misuse, seehttp://nces.ed.gov/ncesglobal/data_usage_agreement.aspfor more details.",
"keyword": "education, schools",
"modified": "2011-11-19 00:00:00",
"modified": "2011-11-19",
"publisher": "US Department of Education",
"person": "Open Data Initiative",
"mbox": "[email protected]",
"identifier": "ykv5-fn9t",
"accessLevel": "public",
"accessLevel": "Public",
"dataDictionary": "http://nces.ed.gov/ccd/pdf/INsc09101a.pdf",
"distribution": [
{
Expand Down