UNPKG
osm-community-index
Version:
latest (6.0.0)
6.0.0
5.10.0
5.9.3
5.9.2
5.9.1
5.9.0
5.8.1
5.8.0
5.7.1
5.7.0
5.6.3
5.6.2
5.6.1
5.6.0
5.5.5
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.0
5.3.1
5.3.0
5.2.0
5.1.6
5.1.5
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.0.2
4.0.1
4.0.0
3.1.2
3.1.1
3.1.0
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
An index of community resources for OpenStreetMap
openstreetmap.community
osmlab/osm-community-index
osm-community-index
/
schema
/
feature.json
16 lines
(15 loc)
•
305 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"title"
:
"Feature"
,
"description"
:
"A GeoJSON Feature"
,
"allOf"
: [ {
"
$ref
"
:
"http://json.schemastore.org/geojson.json#/definitions/feature"
} ],
"type"
:
"object"
,
"required"
: [
"id"
],
"properties"
: {
"id"
: {
"type"
:
"string"
,
"pattern"
:
"^[-_.A-Za-z0-9]+$"
} } }