http://maasglobal.com/maas-backend/geocoding/geocoding-query/response.json
MaaS.fi geocoding (GeoJSON) response schema
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Defined In |
|---|---|---|---|---|---|---|
| Can be instantiated | No | Develop | No | Forbidden | Forbidden | maas-backend/geocoding/geocoding-query/response.json |
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| debug | object |
Optional | No | response (this schema) |
| features | feature | Required | No | response (this schema) |
| type | enum |
Required | No | response (this schema) |
debug
objectobject with following properties:
| Property | Type | Required | | ——– | —- | ——– |
features
Array type: feature
All items must be of the type: object with following properties:
| Property | Type | Required |
|---|---|---|
geometry |
Required | |
properties |
Required | |
type |
Required |
geometry
#/definitions/geometryproperties
#/definitions/propertiestype
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
Feature |
type
enumThe value of this property must be equal to one of the known values below.
| Value | Description |
|---|---|
FeatureCollection |