Skip to content

Fix http → https for JSON Schema Store links in custom-templates.md#54652

Open
adegeo with Copilot wants to merge 4 commits into
mainfrom
copilot/update-external-url-json-schema-store
Open

Fix http → https for JSON Schema Store links in custom-templates.md#54652
adegeo with Copilot wants to merge 4 commits into
mainfrom
copilot/update-external-url-json-schema-store

Conversation

Copilot AI commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

All 5 references to the JSON Schema Store URL in docs/core/tools/custom-templates.md used http://json.schemastore.org/template. Updated them all to https://json.schemastore.org/template.

Affected locations:

  • $schema field description table
  • Prose link ("JSON Schema Store")
  • Two code snippet examples ("$schema" values)
  • "See also" reference link

Internal previews

📄 File 🔗 Preview link
docs/core/tools/custom-templates.md Custom templates for dotnet new

Copilot AI requested review from Copilot and removed request for Copilot July 6, 2026 17:08
Copilot AI linked an issue Jul 6, 2026 that may be closed by this pull request
Copilot AI requested review from Copilot and removed request for Copilot July 6, 2026 17:10
Copilot AI changed the title [WIP] Fix incorrect external URL in custom templates page Fix http → https for JSON Schema Store links in custom-templates.md Jul 6, 2026
Copilot finished work on behalf of adegeo July 6, 2026 17:10
Copilot AI requested a review from adegeo July 6, 2026 17:10
Comment thread docs/core/tools/custom-templates.md Outdated
Copilot AI review requested due to automatic review settings July 6, 2026 17:18
Comment thread docs/core/tools/custom-templates.md Outdated
@adegeo adegeo marked this pull request as ready for review July 6, 2026 17:19
@adegeo adegeo requested review from a team and meaghanlewis as code owners July 6, 2026 17:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the template.json JSON Schema Store references in the custom templates documentation to use secure https URLs.

Changes:

  • Updated the $schema guidance and JSON examples to use https://json.schemastore.org/template.
  • Updated the prose and “See also” links, but they currently point to the SchemaStore home page instead of the template schema URL.

| `preferNameDirectory` | Boolean | Indicates whether to create a directory for the template if name is specified but an output directory isn't set (instead of creating the content directly in the current directory). The default value is false.|

The full schema for the *template.json* file is found at the [JSON Schema Store](http://json.schemastore.org/template). For more information about the *template.json* file, see the [dotnet templating wiki](https://github.com/dotnet/templating/wiki). For deeper examples and information on how to make your templates visible in Visual Studio, check out the [resources that Sayed Hashimi has created](https://github.com/sayedihashimi/template-sample).
The full schema for the *template.json* file is found at the [JSON Schema Store](https://www.schemastore.org). For more information about the *template.json* file, see the [dotnet templating wiki](https://github.com/dotnet/templating/wiki). For deeper examples and information on how to make your templates visible in Visual Studio, check out the [resources that Sayed Hashimi has created](https://github.com/sayedihashimi/template-sample).
- [Template samples](https://aka.ms/template-samples)
- [How to create your own templates for dotnet new](https://devblogs.microsoft.com/dotnet/how-to-create-your-own-templates-for-dotnet-new/)
- [*template.json* schema at the JSON Schema Store](http://json.schemastore.org/template)
- [*template.json* schema at the JSON Schema Store](https://www.schemastore.org)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect or out-of-date external URL in page

3 participants