Skip to content

docs: Update $schema recommendation to use versioned subdomain#11519

Merged
anthonyshew merged 2 commits intomainfrom
docs/update-schema-recommendation
Jan 20, 2026
Merged

docs: Update $schema recommendation to use versioned subdomain#11519
anthonyshew merged 2 commits intomainfrom
docs/update-schema-recommendation

Conversation

@anthonyshew
Copy link
Contributor

Summary

  • Recommends versioned subdomain schema URLs (https://v<version>.turborepo.dev/schema.json) as the primary approach
  • Notes this format is available from v2.5.7+
  • Adds callout for unversioned fallback (https://turborepo.dev/schema.json) for older versions

@anthonyshew anthonyshew requested a review from a team as a code owner January 19, 2026 14:31
@anthonyshew anthonyshew requested a review from tknickman January 19, 2026 14:31
@vercel vercel bot temporarily deployed to Preview – turborepo-test-coverage January 19, 2026 14:31 Inactive
@vercel
Copy link
Contributor

vercel bot commented Jan 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
examples-basic-web Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-designsystem-docs Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-gatsby-web Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-kitchensink-blog Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-nonmonorepo Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-svelte-web Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-tailwind-web Ready Ready Preview, Comment Jan 20, 2026 3:38am
examples-vite-web Ready Ready Preview, Comment Jan 20, 2026 3:38am
turbo-site Ready Ready Preview, Comment Jan 20, 2026 3:38am
1 Skipped Deployment
Project Deployment Review Updated (UTC)
turborepo-test-coverage Skipped Skipped Jan 20, 2026 3:38am

@turbo-orchestrator turbo-orchestrator bot added the area: docs Improvements or additions to documentation label Jan 19, 2026
@codspeed-hq
Copy link

codspeed-hq bot commented Jan 19, 2026

Congrats! CodSpeed is installed 🎉

🆕 4 new benchmarks were detected.

You will start to see performance impacts in the reports once the benchmarks are run from your default branch.

Detected benchmarks


Open in CodSpeed

Comment on lines +20 to +27
"$schema": "https://v2-5-7.turborepo.dev/schema.json"
}
```

There is also a major versioned `schema.json` available, following the format of `https://turborepo.dev/schema.<version>.json`.
This has the advantage of not needing to run your package manager's install command to see in-editor validation, while also ensuring you're using the schema that matches your installed version of `turbo`.

```json title="./turbo.json"
{
"$schema": "https://turborepo.dev/schema.v1.json"
}
```
<Callout type="info" title="Unversioned schema">
If you're using a version of Turborepo older than 2.5.7 or prefer an
Copy link
Contributor

@vercel vercel bot Jan 19, 2026

Choose a reason for hiding this comment

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

Documentation states versioned subdomain schemas are available from v2.5.7+ but the feature was actually introduced in v2.7.5+

Fix on Vercel

@vercel vercel bot temporarily deployed to Preview – turborepo-test-coverage January 20, 2026 03:37 Inactive
@anthonyshew anthonyshew merged commit 93a2c88 into main Jan 20, 2026
39 checks passed
@anthonyshew anthonyshew deleted the docs/update-schema-recommendation branch January 20, 2026 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant