Skip to content

Commit

Permalink
Add 'collection' key with value 'reference-data'
Browse files Browse the repository at this point in the history
  • Loading branch information
olayway committed Oct 11, 2024
1 parent 46a7e6d commit 01bd02b
Showing 1 changed file with 81 additions and 80 deletions.
161 changes: 81 additions & 80 deletions datapackage.json
Original file line number Diff line number Diff line change
@@ -1,82 +1,83 @@
{
"license": "",
"name": "nasdaq-listings",
"resources": [
{
"format": "csv",
"mediatype": "text/csv",
"name": "nasdaq-listed",
"path": "data/nasdaq-listed.csv",
"schema": {
"fields": [
{
"description": "",
"name": "Symbol",
"type": "string"
},
{
"description": "",
"name": "Company Name",
"type": "string"
},
{
"description": "",
"name": "Security Name",
"type": "string"
},
{
"description": "",
"name": "Market Category",
"type": "string"
},
{
"description": "",
"name": "Test Issue",
"type": "string"
},
{
"description": "",
"name": "Financial Status",
"type": "string"
},
{
"description": "",
"name": "Round Lot Size",
"type": "number"
},
{
"description": "",
"name": "ETF",
"type": "string"
},
{
"description": "",
"name": "NextShares",
"type": "string"
}
]
}
},
{
"format": "csv",
"mediatype": "text/csv",
"name": "nasdaq-listed-symbols",
"path": "data/nasdaq-listed-symbols.csv",
"schema": {
"fields": [
{
"description": "",
"name": "Symbol",
"type": "string"
},
{
"description": "",
"name": "Company Name",
"type": "string"
}
]
}
}
],
"title": "Nasdaq Listings"
"license": "",
"name": "nasdaq-listings",
"resources": [
{
"format": "csv",
"mediatype": "text/csv",
"name": "nasdaq-listed",
"path": "data/nasdaq-listed.csv",
"schema": {
"fields": [
{
"description": "",
"name": "Symbol",
"type": "string"
},
{
"description": "",
"name": "Company Name",
"type": "string"
},
{
"description": "",
"name": "Security Name",
"type": "string"
},
{
"description": "",
"name": "Market Category",
"type": "string"
},
{
"description": "",
"name": "Test Issue",
"type": "string"
},
{
"description": "",
"name": "Financial Status",
"type": "string"
},
{
"description": "",
"name": "Round Lot Size",
"type": "number"
},
{
"description": "",
"name": "ETF",
"type": "string"
},
{
"description": "",
"name": "NextShares",
"type": "string"
}
]
}
},
{
"format": "csv",
"mediatype": "text/csv",
"name": "nasdaq-listed-symbols",
"path": "data/nasdaq-listed-symbols.csv",
"schema": {
"fields": [
{
"description": "",
"name": "Symbol",
"type": "string"
},
{
"description": "",
"name": "Company Name",
"type": "string"
}
]
}
}
],
"title": "Nasdaq Listings",
"collection": "reference-data"
}

0 comments on commit 01bd02b

Please sign in to comment.