The [GeoJSON profile](https://github.com/frictionlessdata/tableschema-rb/blob/247afc20f0763a09a6e9cbf7c793491088eb9017/lib/profiles/geojson.json) we use to validate fields of type `geojson` seems outdated and points to broken links like http://json-schema.org/geojson/geometry.json#. - [ ] Find a GeoJSON schema that complies with [TableSchema v1 `geojson` specs ](https://specs.frictionlessdata.io/table-schema/#geojson) - [ ] Extend [`update_profiles` rake task](https://github.com/frictionlessdata/tableschema-rb/blob/247afc20f0763a09a6e9cbf7c793491088eb9017/Rakefile#L9) to update the [`geojson` profile](https://github.com/frictionlessdata/tableschema-rb/blob/master/lib/profiles/geojson.json) too - [ ] Use the GeoJSON schema to determine if a JSON value is a valid [`geojson` type](https://github.com/frictionlessdata/tableschema-rb/blob/master/lib/tableschema/types/geojson.rb)
The GeoJSON profile we use to validate fields of type
geojsonseems outdated and points to broken links like http://json-schema.org/geojson/geometry.json#.geojsonspecsupdate_profilesrake task to update thegeojsonprofile toogeojsontype