mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-29 13:53:52 +01:00
14 lines
274 B
JSON
14 lines
274 B
JSON
{
|
|
"key": "website",
|
|
"keys": ["website", "website:phone"],
|
|
"type": "url",
|
|
"placeholder": "https://example.com",
|
|
"label": "Website",
|
|
"terms": [
|
|
"internet presence",
|
|
"uri",
|
|
"url",
|
|
"webpage"
|
|
],
|
|
"universal": true
|
|
}
|