Skip to content

Commit

Permalink
Merge pull request #4 from open-contracting/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
timgdavies authored Jul 26, 2017
2 parents ae67bfa + 3b4922a commit fcf6eed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This extension introduces two properties at the ```items``` level to describe lo
:extension: location
```

## Gazeteer Codelist
## Gazetteer Codelist

See locationGazeteers.csv

Expand Down
8 changes: 4 additions & 4 deletions release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"properties": {
"type": {
"title":"Type",
"description": "The type of [geoJSON Geometry Objects](http://geojson.org/geojson-spec.html#geometry-objects) being provided. To provide latitude and longitude use 'point', and enter an array of [latitude,longitude] as the value of coordinates field: e.g. [37.42,-122.085]. Note the capitalisation of type values - set in order to maintain compatibility with geoJSON.",
"description": "The type of [GeoJSON Geometry Objects](http://geojson.org/geojson-spec.html#geometry-objects) being provided. To provide latitude and longitude use 'point', and enter an array of [latitude,longitude] as the value of coordinates field: e.g. [37.42,-122.085]. Note the capitalization of type values - set in order to maintain compatibility with GeoJSON.",
"type": ["string", "null"],
"enum": ["Point","MultiPoint","LineString","MultiLineString","Polygon","MultiPolygon"]
},
"coordinates": {
"title":"Coordinates",
"description": "The relevant array of points, e.g. [latitude,longitude], or nested array, for the geoJSON geometry being described. The longitude and latitude MUST be expressed in decimal degrees in the WGS84 (EPSG:4326) projection",
"description": "The relevant array of points, e.g. [latitude,longitude], or nested array, for the GeoJSON geometry being described. The longitude and latitude MUST be expressed in decimal degrees in the WGS84 (EPSG:4326) projection",
"type": ["array","null"],
"items": {"type": ["number","array"]}
}
Expand All @@ -46,11 +46,11 @@
"type": "object",
"properties": {
"scheme": {
"title":"Gazeteer scheme",
"title":"Gazetteer scheme",
"description": "The entry of the selected gazetteer in the gazetteers codelist. The codelist provides details of services, where available, that can resolve a gazetteer entry to provide location names.",
"type": ["string", "null"],
"codelist":"locationGazeteers.csv",
"opencodelist":true
"openCodelist":true
},
"identifiers": {
"title":"Identifiers",
Expand Down

0 comments on commit fcf6eed

Please sign in to comment.