Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[datapackage.json][xs]: updated datapackage.json with the latest spec… #153

Merged
merged 1 commit into from Apr 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 13 additions & 8 deletions data/datapackage.json
Expand Up @@ -2,7 +2,11 @@
"name": "dataportals",
"title": "Open Data Portals Database",
"homepage": "http://dataportals.org/",
"license": "ODC-PDDL-1.0",
"licenses": [{
"name": "ODC-PDDL-1.0",
"path": "http://opendatacommons.org/licenses/pddl/",
"title": "Open Data Commons Public Domain Dedication and License v1.0"
}],
"resources": [
{
"name": "portals",
Expand Down Expand Up @@ -38,12 +42,12 @@
},
{
"name": "issued",
"type": "number",
"type": "string",
"description": "The date the portal was first made available, if known"
},
{
"name": "publisher_classification",
"type": "number",
"type": "string",
"description": "The organizational category that the publisher falls under"
},
{
Expand All @@ -63,7 +67,7 @@
},
{
"name": "license_url",
"type": "number",
"type": "string",
"description": "A link to the portal license if available"
},
{
Expand Down Expand Up @@ -94,26 +98,27 @@
{
"name": "metadatacreated",
"type": "datetime",
"format": "any",
"description": "The date this metadata was created"
},
{
"name": "generator",
"type": "number",
"type": "string",
"description": "The platform the portal is based on, if known"
},
{
"name": "api_endpoint",
"type": "number",
"type": "string",
"description": "The URL of the api endpoint for the portal"
},
{
"name": "api_type",
"type": "number",
"type": "string",
"description": "The type of API the portal is providing"
},
{
"name": "full_metadata_download",
"type": "number",
"type": "string",
"description": "The URL for downloading the portal metadata"
}
]
Expand Down