mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-02-13 17:22:47 +00:00
9 lines
221 B
JSON
9 lines
221 B
JSON
{
|
|
"key": "mapillary",
|
|
"type": "identifier",
|
|
"label": "Mapillary Image ID",
|
|
"urlFormat": "https://mapillary.com/app/?focus=photo&pKey={value}",
|
|
"pattern": "^[a-zA-Z0-9-_]{1,}$",
|
|
"universal": true
|
|
}
|