Skip to content

Comments

New reference documentation from Pydantic#222

Open
Jennings Anderson (jenningsanderson) wants to merge 13 commits intomainfrom
injectable-schema-refs
Open

New reference documentation from Pydantic#222
Jennings Anderson (jenningsanderson) wants to merge 13 commits intomainfrom
injectable-schema-refs

Conversation

@jenningsanderson
Copy link
Collaborator

@jenningsanderson Jennings Anderson (jenningsanderson) commented Aug 13, 2025

Moving to Pydantic!

This PR updates and simplifies the docs to show easier, table-based schema docs.

Enhancements to docs code:

  1. Removes Docusaurus JSON Schema Plugin.
  2. Enables (significantly) faster builds.
  3. Reduction in serving of raw YAML files.

/schema/reference Updates:

Today, everything available under docs.overturemaps.org/schema lives here: https://github.com/OvertureMaps/schema/tree/dev/docs/schema. When docusaurus builds the docs, it fetches the .mdx, schema, and examples from the schema repo. This is a lot of moving parts and kind of ugly.

This PR removes that requirement in favor of simple, machine-readable markdown files that can be self-generated by the schema and used by documentation.

See https://staging.overturemaps.org/docs/pr/222/schema/reference/address/ for an example of how we envision these reference docs rendering.

Next Steps:

Before this is ready to merge, we need to develop the ability for the schema to create self-describing documentation with examples as markdown files, example:

# Place

A Place is a point representation of a real-world facility, service, or amenity.

Place features are compatible with GeoJSON Point features.

## Fields

| Name | Type | Description |
|-----:|:----:|-------------|
| `id` | `string` |  |
| `theme` | `"places"` |  |
| `type` | `"place"` |  |
| `geometry` | `geometry` | Position of the place |
| `names` | `object` (`[Names](../../Names/names)`) (optional) |  |
| `names.primary` | `string` | The most commonly used name. |
| `names.common` | `object` (optional) |  |
...

## Examples

| Column | Value |
|-------:|-------|
| `geometry` | `POINT (-151.7990018 -79.5664328)` |
| `categories.alternate` | `null` |
| `categories.primary` | `media_news_website` |
| `confidence` | `0.8015267175572519` |
| `websites` | `[https://www.primenewsmonde.bj/]` |

The full schema should be a series of markdown files nested by theme/type that have relative links. We can adjust the SmartTable component as necessary to make the links work — but the markdown should be a nice, standalone set of files.

If the examples that were embedded were actually derived from the examples in the schema repository after being validated by the schema itself, that would be best case scenario.

Once this ability exists, we can update this repository to fetch these markdown files (or checkout schema and build the markdown as part of the publish). The idea is these files can be dropped directly into docs/schema to power this part of the documentation.

Docs Preview

Example:
image

@jenningsanderson Jennings Anderson (jenningsanderson) force-pushed the injectable-schema-refs branch 3 times, most recently from b6bf09d to fa2e953 Compare August 16, 2025 00:09
@jenningsanderson Jennings Anderson (jenningsanderson) added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 7, 2026
Generated from overture-schema-codegen (code-generation branch)
using explicit theme selection to exclude internal types:

  overture-codegen generate \
    --theme addresses --theme base --theme buildings \
    --theme divisions --theme places --theme transportation \
    --format markdown --output-dir docs/schema/reference

Cross-theme types (names, perspectives, cartography, scoping,
strings, sources, primitives, geometry) now live under
types/{subsystem}/ instead of flat at reference root or under
Names/.

Transportation segments (road, rail, water) and their ~50
referenced types are not yet generated -- the codegen doesn't
decompose the Segment discriminated union into individual
models. A WIP banner on the schema index notes this gap.

Broken link warnings enabled in docusaurus.config.js to
surface pre-existing and new issues during builds.
The codegen now outputs a flatter directory structure: types/ split
into core/ (names, cartography, scoping, sources, perspectives) and
system/ (primitives, string types, ref types). Theme feature-type
subdirectories removed (e.g. addresses/address/address.md becomes
addresses/address.md). Internal cross-reference links updated to match;
no content changes.

sidebars.js rewritten to match the new layout.
Fixes newlines that break tables.
Include Segment, a union type with complex rendering requirements
Include model-level validation rules
@github-actions
Copy link

github-actions bot commented Feb 23, 2026

🚀 Overture Maps docs branch preview deployed!

You can review your changes at https://staging.overturemaps.org/docs/pr/222/index.html


♻️ Last refreshed: 2026-02-25T00:27:49Z

@jenningsanderson Jennings Anderson (jenningsanderson) changed the title [WIP] New reference documentation New reference documentation from Pydantic Feb 23, 2026
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

Include various minor improvements
@github-actions
Copy link

Super-linter summary

Language Validation result
MARKDOWN Fail ❌
NATURAL_LANGUAGE Fail ❌
SQLFLUFF Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

MARKDOWN
/github/workspace/docs/schema/index.md:11 error MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
/github/workspace/docs/schema/reference/addresses/address.md:29:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:29:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/types/address_level.md:8 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:34 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:31 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:46:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:38:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:38:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:51:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:51:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:51:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land_use.md:62:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:62:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:12 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
/github/workspace/docs/schema/reference/base/land.md:13 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]
/github/workspace/docs/schema/reference/base/land.md:27:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:27:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:24 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:21 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:56:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land.md:67:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:67:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:12 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:12 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Ocean"]
/github/workspace/docs/schema/reference/base/water.md:24 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:24 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Inland Water"]
/github/workspace/docs/schema/reference/base/water.md:38:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:38:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:67:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/water.md:78:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:78:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/max_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/min_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/name_rule.md:10 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- An official, alternate, or s..."]
/github/workspace/docs/schema/reference/core/name_variant.md:13 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `official` - The legally or ..."]
/github/workspace/docs/schema/reference/core/names.md:10:66 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/names.md:10:63 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:37 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:34 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:18:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:18:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:21:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:21:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:68:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/divisions/division.md:91:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:91:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:31:712 error MD034/no-bare-urls Bare URL used [Context: "https://docs.overturemaps.org/..."]
/github/workspace/docs/schema/reference/places/place.md:42:61 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:42:58 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:54:103 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/places/place.md:61:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:61:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:83 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:80 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:23:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/system/primitive/geometry.md:11:161 error MD047/single-trailing-newline Files should end with a single newline character
/github/workspace/docs/schema/reference/transportation/connector.md:18:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:18:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:29 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:26 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:81 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:78 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:31:272 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:47:106 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:97 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:94 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:84:278 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:90:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:90:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:106:258 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:111:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:111:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:56 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:53 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:53 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:50 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:11:253 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.when.md:10:248 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.when.md:3:27 error MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.md:14:256 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.when.md:10:251 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/route_reference.md:13:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:19:246 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.when.md:10:241 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:42 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:39 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:49 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:46 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:36 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:33 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
NATURAL_LANGUAGE

/github/workspace/docs/schema/reference/base/infrastructure.md
  45:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land.md
   9:74  ✓ error  Incorrect term: “TODO”, use “Todo” instead            terminology
  55:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land_use.md
  50:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/index.md
  40:6    ✓ error  Incorrect term: “Snake case”, use “Snake_case” instead  terminology
  42:8    ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  42:30   ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:316  ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:365  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

/github/workspace/docs/schema/reference/base/water.md
  66:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/types/source_tags.md
  3:1  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/places/place.md
  37:49  ✓ error  Incorrect term: “websites”, use “sites” instead  terminology

/github/workspace/docs/schema/reference/system/ref/id.md
  1:3  ✓ error  Incorrect term: “Id”, use “ID” instead  terminology

/github/workspace/docs/schema/reference/system/snake_case_string.md
  3:28  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  9:38  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

✖ 15 problems (15 errors, 0 warnings, 0 infos)
✓ 15 fixable problems.
Try to run: $ textlint --fix [file]

@github-actions
Copy link

Super-linter summary

Language Validation result
MARKDOWN Fail ❌
NATURAL_LANGUAGE Fail ❌
SQLFLUFF Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

MARKDOWN
/github/workspace/docs/schema/index.md:11 error MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
/github/workspace/docs/schema/reference/addresses/address.md:29:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:29:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/types/address_level.md:8 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:34 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:31 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:46:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:38:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:38:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:51:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:51:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:51:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land_use.md:62:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:62:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:12 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
/github/workspace/docs/schema/reference/base/land.md:13 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]
/github/workspace/docs/schema/reference/base/land.md:27:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:27:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:24 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:21 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:56:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land.md:67:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:67:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:12 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:12 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Ocean"]
/github/workspace/docs/schema/reference/base/water.md:24 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:24 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Inland Water"]
/github/workspace/docs/schema/reference/base/water.md:38:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:38:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:67:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/water.md:78:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:78:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/max_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/min_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/name_rule.md:10 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- An official, alternate, or s..."]
/github/workspace/docs/schema/reference/core/name_variant.md:13 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `official` - The legally or ..."]
/github/workspace/docs/schema/reference/core/names.md:10:66 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/names.md:10:63 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:37 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:34 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:18:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:18:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:21:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:21:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:68:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/divisions/division.md:91:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:91:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:31:712 error MD034/no-bare-urls Bare URL used [Context: "https://docs.overturemaps.org/..."]
/github/workspace/docs/schema/reference/places/place.md:42:61 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:42:58 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:54:103 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/places/place.md:61:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:61:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:83 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:80 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:23:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/system/primitive/geometry.md:11:161 error MD047/single-trailing-newline Files should end with a single newline character
/github/workspace/docs/schema/reference/transportation/connector.md:18:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:18:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:29 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:26 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:81 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:78 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:31:272 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:47:106 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:97 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:94 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:84:278 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:90:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:90:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:106:258 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:111:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:111:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:56 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:53 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:53 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:50 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:11:253 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.when.md:10:248 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.when.md:3:27 error MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.md:14:256 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.when.md:10:251 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/route_reference.md:13:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:19:246 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.when.md:10:241 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:42 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:39 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:49 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:46 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:36 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:33 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
NATURAL_LANGUAGE

/github/workspace/docs/schema/reference/base/infrastructure.md
  45:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land.md
   9:74  ✓ error  Incorrect term: “TODO”, use “Todo” instead            terminology
  55:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land_use.md
  50:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/index.md
  40:6    ✓ error  Incorrect term: “Snake case”, use “Snake_case” instead  terminology
  42:8    ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  42:30   ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:316  ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:365  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

/github/workspace/docs/schema/reference/base/water.md
  66:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/types/source_tags.md
  3:1  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/places/place.md
  37:49  ✓ error  Incorrect term: “websites”, use “sites” instead  terminology

/github/workspace/docs/schema/reference/system/ref/id.md
  1:3  ✓ error  Incorrect term: “Id”, use “ID” instead  terminology

/github/workspace/docs/schema/reference/system/snake_case_string.md
  3:28  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  9:38  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

✖ 15 problems (15 errors, 0 warnings, 0 infos)
✓ 15 fixable problems.
Try to run: $ textlint --fix [file]

@github-actions
Copy link

Super-linter summary

Language Validation result
MARKDOWN Fail ❌
NATURAL_LANGUAGE Fail ❌
SQLFLUFF Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

MARKDOWN
/github/workspace/docs/schema/index.md:11 error MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
/github/workspace/docs/schema/reference/addresses/address.md:29:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:29:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/types/address_level.md:8 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:34 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:31 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:46:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:38:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:38:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:51:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:51:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:51:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land_use.md:62:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:62:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:12 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
/github/workspace/docs/schema/reference/base/land.md:13 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]
/github/workspace/docs/schema/reference/base/land.md:27:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:27:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:24 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:21 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:56:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land.md:67:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:67:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:12 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:12 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Ocean"]
/github/workspace/docs/schema/reference/base/water.md:24 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:24 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Inland Water"]
/github/workspace/docs/schema/reference/base/water.md:38:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:38:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:67:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/water.md:78:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:78:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/max_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/min_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/name_rule.md:10 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- An official, alternate, or s..."]
/github/workspace/docs/schema/reference/core/name_variant.md:13 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `official` - The legally or ..."]
/github/workspace/docs/schema/reference/core/names.md:10:66 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/names.md:10:63 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:37 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:34 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:18:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:18:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:21:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:21:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:68:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/divisions/division.md:91:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:91:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:31:712 error MD034/no-bare-urls Bare URL used [Context: "https://docs.overturemaps.org/..."]
/github/workspace/docs/schema/reference/places/place.md:42:61 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:42:58 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:54:103 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/places/place.md:61:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:61:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:83 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:80 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:23:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/system/primitive/geometry.md:11:161 error MD047/single-trailing-newline Files should end with a single newline character
/github/workspace/docs/schema/reference/transportation/connector.md:18:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:18:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:29 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:26 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:81 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:78 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:31:272 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:47:106 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:97 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:94 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:84:278 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:90:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:90:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:106:258 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:111:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:111:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:56 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:53 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:53 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:50 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:11:253 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.when.md:10:248 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.when.md:3:27 error MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.md:14:256 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.when.md:10:251 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/route_reference.md:13:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:19:246 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.when.md:10:241 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:42 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:39 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:49 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:46 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:36 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:33 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
NATURAL_LANGUAGE

/github/workspace/docs/schema/reference/base/infrastructure.md
  45:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land.md
   9:74  ✓ error  Incorrect term: “TODO”, use “Todo” instead            terminology
  55:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land_use.md
  50:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/types/source_tags.md
  3:1  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/water.md
  66:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/index.md
  40:6    ✓ error  Incorrect term: “Snake case”, use “Snake_case” instead  terminology
  42:8    ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  42:30   ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:316  ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:365  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

/github/workspace/docs/schema/reference/places/place.md
  37:49  ✓ error  Incorrect term: “websites”, use “sites” instead  terminology

/github/workspace/docs/schema/reference/system/ref/id.md
  1:3  ✓ error  Incorrect term: “Id”, use “ID” instead  terminology

/github/workspace/docs/schema/reference/system/snake_case_string.md
  3:28  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  9:38  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

✖ 15 problems (15 errors, 0 warnings, 0 infos)
✓ 15 fixable problems.
Try to run: $ textlint --fix [file]

@github-actions
Copy link

Super-linter summary

Language Validation result
MARKDOWN Fail ❌
NATURAL_LANGUAGE Fail ❌
SQLFLUFF Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

MARKDOWN
/github/workspace/docs/schema/index.md:11 error MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3]
/github/workspace/docs/schema/reference/addresses/address.md:29:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:29:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/types/address_level.md:8 error MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:34 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:31 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:46:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:38:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:38:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:51:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:51:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:51:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land_use.md:62:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:62:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:12 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
/github/workspace/docs/schema/reference/base/land.md:13 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]
/github/workspace/docs/schema/reference/base/land.md:27:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:27:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:24 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:21 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:56:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land.md:67:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:67:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:12 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:12 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Ocean"]
/github/workspace/docs/schema/reference/base/water.md:24 error MD003/heading-style Heading style [Expected: atx; Actual: setext]
/github/workspace/docs/schema/reference/base/water.md:24 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Inland Water"]
/github/workspace/docs/schema/reference/base/water.md:38:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:38:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:67:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/water.md:78:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:78:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/max_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/min_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/name_rule.md:10 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- An official, alternate, or s..."]
/github/workspace/docs/schema/reference/core/name_variant.md:13 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `official` - The legally or ..."]
/github/workspace/docs/schema/reference/core/names.md:10:66 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/names.md:10:63 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:37 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:34 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:18:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:18:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:21:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:21:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:68:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/divisions/division.md:91:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:91:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:31:712 error MD034/no-bare-urls Bare URL used [Context: "https://docs.overturemaps.org/..."]
/github/workspace/docs/schema/reference/places/place.md:42:61 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:42:58 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:54:103 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/places/place.md:61:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:61:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:83 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:80 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:23:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/system/primitive/geometry.md:11:161 error MD047/single-trailing-newline Files should end with a single newline character
/github/workspace/docs/schema/reference/transportation/connector.md:18:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:18:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:29 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:26 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:81 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:78 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:31:272 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:47:106 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:97 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:94 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:84:278 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:90:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:90:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:106:258 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:111:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:111:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:56 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:53 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:53 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:50 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:11:253 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.when.md:10:248 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.when.md:3:27 error MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.md:14:256 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.when.md:10:251 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/route_reference.md:13:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:19:246 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.when.md:10:241 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:42 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:39 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:49 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:46 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:36 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:33 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
NATURAL_LANGUAGE

/github/workspace/docs/schema/reference/base/infrastructure.md
  45:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land.md
   9:74  ✓ error  Incorrect term: “TODO”, use “Todo” instead            terminology
  55:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land_use.md
  50:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/types/source_tags.md
  3:1  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/water.md
  66:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/index.md
  40:6    ✓ error  Incorrect term: “Snake case”, use “Snake_case” instead  terminology
  42:8    ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  42:30   ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:316  ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  42:365  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

/github/workspace/docs/schema/reference/places/place.md
  37:49  ✓ error  Incorrect term: “websites”, use “sites” instead  terminology

/github/workspace/docs/schema/reference/system/ref/id.md
  1:3  ✓ error  Incorrect term: “Id”, use “ID” instead  terminology

/github/workspace/docs/schema/reference/system/snake_case_string.md
  3:28  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  9:38  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

✖ 15 problems (15 errors, 0 warnings, 0 infos)
✓ 15 fixable problems.
Try to run: $ textlint --fix [file]

@github-actions
Copy link

Super-linter summary

Language Validation result
MARKDOWN Fail ❌
NATURAL_LANGUAGE Fail ❌
SQLFLUFF Pass ✅

Super-linter detected linting errors

For more information, see the GitHub Actions workflow run

Powered by Super-linter

MARKDOWN
/github/workspace/docs/schema/reference/addresses/address.md:29:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:29:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:30:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:31:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/addresses/address.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:29:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:31:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:32:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/bathymetry.md:44:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:34 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:18:31 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:19:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:29:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:31:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:32:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:34:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:46:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/infrastructure.md:57:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:24:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:26:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:35:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:36:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:38:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:38:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/base/land_cover.md:39:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/base/land_cover.md:51:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_cover.md:51:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:22:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:33:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:34:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:36:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:51:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land_use.md:62:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land_use.md:62:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:12 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]
/github/workspace/docs/schema/reference/base/land.md:13 error MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 3]
/github/workspace/docs/schema/reference/base/land.md:27:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:27:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:24 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:28:21 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:29:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:38:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:39:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:41:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:42:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:44:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:56:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/land.md:67:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/land.md:67:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:12 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Ocean"]
/github/workspace/docs/schema/reference/base/water.md:24 error MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "Inland Water"]
/github/workspace/docs/schema/reference/base/water.md:38:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:38:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:39:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:40:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:64 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:49:61 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:50:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:54:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:56:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:67:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/base/water.md:78:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/base/water.md:78:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:25:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:26:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:27:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:37:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:39:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building_part.md:74:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:22:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:23:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:24:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:36:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:38:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/buildings/building.md:73:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:10:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:318 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/core/cartographic_hints.md:11:377 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/core/max_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/min_zoom.md:9 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [https://wiki.openstreetmap...."]
/github/workspace/docs/schema/reference/core/name_rule.md:10 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- An official, alternate, or s..."]
/github/workspace/docs/schema/reference/core/name_variant.md:13 error MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- `official` - The legally or ..."]
/github/workspace/docs/schema/reference/core/names.md:10:66 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/names.md:10:63 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:9:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_axle_count_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_height_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_length_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:31 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:9:28 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_weight_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:9:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:62 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/core/scoping/vehicle_width_selector.md:10:59 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:19:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:21:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:34:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:33 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:35:30 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:36:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:46:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_area.md:71:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:18:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:37 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:19:34 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:30:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:58:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division_boundary.md:64:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:16:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:18:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:18:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:338 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/divisions/division.md:19:397 error MD034/no-bare-urls Bare URL used [Context: "https://www.maptiler.com/googl..."]
/github/workspace/docs/schema/reference/divisions/division.md:21:44 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:21:41 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:23:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:30 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:36:27 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:37:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:38:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:51:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:55:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:67:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:68:97 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/divisions/division.md:91:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/division.md:91:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/capital_of_division_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:47 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/divisions/types/hierarchy_item.md:10:44 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:16:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:25 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:17:22 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:18:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:68 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:28:65 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:31:712 error MD034/no-bare-urls Bare URL used [Context: "https://docs.overturemaps.org/..."]
/github/workspace/docs/schema/reference/places/place.md:42:61 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:42:58 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:86 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:44:83 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:54:103 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/places/place.md:61:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:61:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:63:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/place.md:83:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:58 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:11:55 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:83 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:13:80 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/places/types/brand.md:23:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/system/primitive/geometry.md:11:161 error MD047/single-trailing-newline Files should end with a single newline character
/github/workspace/docs/schema/reference/transportation/connector.md:18:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:18:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:29 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:19:26 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:20:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/connector.md:39:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:35 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:14:32 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:27 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:15:24 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:16:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:81 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:27:78 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:31:272 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:47:106 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:50:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:52:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:80 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:54:77 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:64:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:97 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:72:94 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:84:278 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:90:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:90:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:70 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:93:67 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:96:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:98:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:72 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:99:69 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:77 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:101:74 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:106:258 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/segment.md:111:71 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:111:68 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:56 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:113:53 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:60 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:115:57 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:73 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:117:70 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:28 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/segment.md:129:25 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:53 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:7:50 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.md:11:253 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/access_restriction_rule.when.md:10:248 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:67 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_labels.md:10:64 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:76 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.md:13:73 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/destination_rule.when.md:3:27 error MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 1]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.md:14:256 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/prohibited_transition_rule.when.md:10:251 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/rail_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:54 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/road_flag_rule.md:9:51 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/route_reference.md:13:100 error MD034/no-bare-urls Bare URL used [Context: "https://www.wikidata.org/"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:11:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:65 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:14:62 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.md:19:246 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed_limit_rule.when.md:10:241 error MD034/no-bare-urls Bare URL used [Context: "https://wiki.openstreetmap.org..."]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:55 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/speed.md:10:52 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:42 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/subclass_rule.md:9:39 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:49 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/surface_rule.md:7:46 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:36 error MD060/table-column-style Table column style [Table pipe has extra space to the left for style "compact"]
/github/workspace/docs/schema/reference/transportation/types/width_rule.md:7:33 error MD060/table-column-style Table column style [Table pipe has extra space to the right for style "compact"]
NATURAL_LANGUAGE

/github/workspace/docs/schema/index.md
  29:6    ✓ error  Incorrect term: “Snake case”, use “Snake_case” instead  terminology
  31:8    ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  31:30   ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  31:316  ✓ error  Incorrect term: “camel case”, use “camelCase” instead   terminology
  31:365  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

/github/workspace/docs/schema/reference/base/land_use.md
  50:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/infrastructure.md
  45:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/land.md
   9:74  ✓ error  Incorrect term: “TODO”, use “Todo” instead            terminology
  55:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/types/source_tags.md
  3:1  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/base/water.md
  66:74  ✓ error  Incorrect term: “Key/value”, use “Key-value” instead  terminology

/github/workspace/docs/schema/reference/places/place.md
  37:49  ✓ error  Incorrect term: “websites”, use “sites” instead  terminology

/github/workspace/docs/schema/reference/system/ref/id.md
  1:3  ✓ error  Incorrect term: “Id”, use “ID” instead  terminology

/github/workspace/docs/schema/reference/system/snake_case_string.md
  3:28  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology
  9:38  ✓ error  Incorrect term: “snake case”, use “snake_case” instead  terminology

✖ 15 problems (15 errors, 0 warnings, 0 infos)
✓ 15 fixable problems.
Try to run: $ textlint --fix [file]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants