name-suggestion-index
Version:
Canonical common brand names for OpenStreetMap
16 lines (15 loc) • 318 B
JSON
{
"title": "feature.json",
"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]+.geojson$"
}
}
}