datahub-client
Version:
APIs for interacting with DataHub
78 lines (77 loc) • 1.46 kB
JSON
{
"name": "iso",
"resources": [
{
"name": "western-macos-roman",
"path": "western-macos-roman.csv",
"schema": {
"fields": [
{
"name": "Country Name",
"type": "string"
},
{
"name": "Country Code",
"type": "string"
},
{
"name": "Year",
"type": "integer"
},
{
"name": "Value",
"type": "integer"
}
]
}
},
{
"name": "iso",
"path": "iso8859.csv",
"schema": {
"fields": [
{
"name": "Country Name",
"type": "string"
},
{
"name": "Country Code",
"type": "string"
},
{
"name": "Year",
"type": "integer"
},
{
"name": "Value",
"type": "integer"
}
]
}
},
{
"name": "utf",
"path": "utf8.csv",
"schema": {
"fields": [
{
"name": "Country Name",
"type": "string"
},
{
"name": "Country Code",
"type": "string"
},
{
"name": "Year",
"type": "integer"
},
{
"name": "Value",
"type": "integer"
}
]
}
}
]
}