Open
Fix http → https for JSON Schema Store links in custom-templates.md#54652
Conversation
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
adegeo
reviewed
Jul 6, 2026
adegeo
reviewed
Jul 6, 2026
Contributor
There was a problem hiding this comment.
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
$schemaguidance and JSON examples to usehttps://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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All 5 references to the JSON Schema Store URL in
docs/core/tools/custom-templates.mdusedhttp://json.schemastore.org/template. Updated them all tohttps://json.schemastore.org/template.Affected locations:
$schemafield description table"$schema"values)Internal previews