{"id":15202949,"url":"https://github.com/openstreetmap/id-tagging-schema","last_synced_at":"2025-05-15T01:04:31.008Z","repository":{"id":37027161,"uuid":"310233994","full_name":"openstreetmap/id-tagging-schema","owner":"openstreetmap","description":"🆔🏷 The presets and other tagging data used by the iD editor","archived":false,"fork":false,"pushed_at":"2025-04-04T12:54:40.000Z","size":67255,"stargazers_count":164,"open_issues_count":351,"forks_count":180,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-06T03:04:49.541Z","etag":null,"topics":["openstreetmap","osm","presets","tagging"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openstreetmap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-05T08:23:56.000Z","updated_at":"2025-04-04T12:54:09.000Z","dependencies_parsed_at":"2023-11-27T17:53:12.214Z","dependency_job_id":"09f75cd6-fba5-4116-95ea-6335402ac32a","html_url":"https://github.com/openstreetmap/id-tagging-schema","commit_stats":{"total_commits":1376,"total_committers":106,"mean_commits":"12.981132075471699","dds":"0.47529069767441856","last_synced_commit":"02d155299926f9e81b5fe88f2c82b4717cdd07f6"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstreetmap%2Fid-tagging-schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstreetmap%2Fid-tagging-schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstreetmap%2Fid-tagging-schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openstreetmap%2Fid-tagging-schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openstreetmap","download_url":"https://codeload.github.com/openstreetmap/id-tagging-schema/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799670,"owners_count":21163398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["openstreetmap","osm","presets","tagging"],"created_at":"2024-09-28T04:07:31.015Z","updated_at":"2025-04-13T23:44:11.015Z","avatar_url":"https://github.com/openstreetmap.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![test](https://github.com/openstreetmap/id-tagging-schema/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/openstreetmap/id-tagging-schema/actions/workflows/test.yml) [![npm version](https://badge.fury.io/js/%40openstreetmap%2Fid-tagging-schema.svg)](https://badge.fury.io/js/%40openstreetmap%2Fid-tagging-schema)\n\n# iD Tagging Schema\n\nThis is the directory of OpenStreetMap tagging data used by the [iD editor](https://github.com/openstreetmap/iD).\nIt includes presets, fields, deprecations, and more.\n\n## Participate!\n\n* Read up about how you can contribute to the iD Tagging Schema on the [contributing page](CONTRIBUTING.md).\n* [Translate!](CONTRIBUTING.md#Translating)\n* See the [open issues](https://github.com/openstreetmap/id-tagging-schema/issues?state=open) in the issue tracker if you're looking for something to do.\n* Need more help? Ping user `tyr_asd` (Martin Raifer) on [OpenStreetMap Discord](https://discord.gg/openstreetmap) (`#id-and-rapid` channel) or [OpenStreetMap US Slack](https://slack.openstreetmap.us/) (`#id` channel).\n\n## Background\n\nOpenStreetMap itself does not have a formal rigid [database schema](https://en.wikipedia.org/wiki/Database_schema), but relies on a [tagging](https://wiki.openstreetmap.org/wiki/Tags) [folksonomy](https://en.wikipedia.org/wiki/Folksonomy) instead.\n\nEditing tools need to know how tags are used in order to facilitate mapping.\nThis Tagging Schema fills that need, but with a number of caveats:\n\n- This isn't authoritative or definitive\n- Tagging interpretations may vary from mapper to mapper, place to place, and over time\n- Our primary aim is to serve the needs of iD mappers (but other tools are welcome to use this too)\n- We support tags based on practicality, usage, and community approval\n- Sometimes there are reasons we can't support a tag even if it's used or approved\n\n## Usage\n\n### Java/Android\n\nThe [westnordost/osmfeatures](https://github.com/westnordost/osmfeatures) project,\na component of [StreetComplete](https://github.com/westnordost/StreetComplete),\nmakes it easier to use this data with Android or other Java platforms.\n\n### Use by Other Editors\n\niD tagging schema is used not only by iD. Here's a [list of projects](https://github.com/openstreetmap/id-tagging-schema/wiki/Projects-that-are-using-this-tagging-schema) which use the data from the id-tagging-schema.\n\n## Related Projects\n\n* The [OpenStreetMap wiki](https://wiki.openstreetmap.org/wiki/Map_features) documents the current usage of tags, and hosts discussions about proposed new tags.\n* The [ideditor/schema-builder](https://github.com/ideditor/schema-builder) project holds the documentation for the data format used in this repository\n* iD also incorporates preset data from the [name-suggestion-index](https://github.com/osmlab/name-suggestion-index).\n* Other editors also include their own models of interpretations of OSM tags. See for example [Vespucci's](https://github.com/simonpoole/beautified-JOSM-preset) or [JOSM's](https://josm.openstreetmap.de/wiki/Presets) tagging presets.\n\n## Contributing\n\nSee the dedicated [CONTRIBUTING](CONTRIBUTING.md) page for information about this.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstreetmap%2Fid-tagging-schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenstreetmap%2Fid-tagging-schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenstreetmap%2Fid-tagging-schema/lists"}