-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from GSA/add-non-federal-dcatus
add fed & non-fed dcatus1.1 schemas
- Loading branch information
Showing
10 changed files
with
833 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ curl -X POST http://{site}/harvest_source/add -H "Content-Type: application/json | |
"notification_emails": "[email protected]", | ||
"frequency": "daily", | ||
"url": "http://example2.com", | ||
"schema_type": "dcatus1.1", | ||
"schema_type": "dcatus1.1: federal", | ||
"source_type": "json" | ||
} | ||
' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"@context": "https://project-open-data.cio.gov/v1.1/schema/catalog.jsonld", | ||
"@id": "http://www.cftc.gov/data.json", | ||
"@type": "dcat:Catalog", | ||
"conformsTo": "https://project-open-data.cio.gov/v1.1/schema", | ||
"describedBy": "https://project-open-data.cio.gov/v1.1/schema/catalog.json", | ||
"dataset": [ | ||
{ | ||
"contactPoint": { | ||
"fn": "Harold W. Hild", | ||
"hasEmail": "mailto:[email protected]" | ||
}, | ||
"describedBy": "https://www.cftc.gov/MarketReports/CommitmentsofTraders/ExplanatoryNotes/index.htm", | ||
"description": "COT reports provide a breakdown of each Tuesday's open interest for futures and options on futures market in which 20 or more traders hold positions equal to or above the reporting levels established by CFTC", | ||
"distribution": [ | ||
{ | ||
"accessURL": "https://www.cftc.gov/MarketReports/CommitmentsofTraders/index.htm" | ||
} | ||
], | ||
"modified": "R/P1W", | ||
"publisher": { | ||
"name": "U.S. Commodity Futures Trading Commission", | ||
"subOrganizationOf": { | ||
"name": "U.S. Government" | ||
} | ||
}, | ||
"title": "Commitment of Traders", | ||
"accessLevel": "public", | ||
"identifier": "cftc-dc1", | ||
"keyword": ["commitment of traders", "cot", "open interest"] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.
15b3c46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
15b3c46
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.