openreferral / specification

The Human Services Data Specification - a data exchange format developed by the Open Referral Initiative
https://openreferral.org
Other
117 stars 49 forks source link

"float" type should be "number" #101

Closed danfowler closed 7 years ago

danfowler commented 7 years ago
{
    "name": "latitude",
    "description": "",
    "type": "float"
},
{
    "name": "longitude",
    "description": "",
    "type": "float"
}

should be:

{
    "name": "latitude",
    "description": "",
    "type": "number"
},
{
    "name": "longitude",
    "description": "",
    "type": "number"
}

See: http://specs.frictionlessdata.io/json-table-schema/#number

robredpath commented 7 years ago

Thanks @danfowler . Along with #100 (and any other issues you find!), I'll update the documented version of the spec that we're working with in https://github.com/openreferral/specification/blob/updated-documentation/datapackage.json to take account of this, if @timgdavies doesn't get to it

robredpath commented 7 years ago

@danfowler f58afda