From 75dfdab09f08f0d1d47235f5522756082b68ada8 Mon Sep 17 00:00:00 2001 From: Sayed Ibrahim Hashimi Date: Wed, 10 May 2017 18:28:05 -0700 Subject: [PATCH] adding $schema to all template.json files --- .../MyProject.StarterWeb/.template.config/template.json | 1 + .../MyProject.StarterWeb/.template.config/template.json | 1 + .../MyProject.StarterWeb/.template.config/template.json | 1 + .../MyProject.StarterWeb/.template.config/template.json | 1 + 05-multi-project/.template.config/template.json | 1 + .../MyProject.Con.FSharp/.template.config/template.json | 1 + .../MyProject.StarterWeb/.template.config/template.json | 1 + .../MyProject.Con.CSharp/.template.config/template.json | 1 + 8 files changed, 8 insertions(+) diff --git a/01-basic-template/MyProject.StarterWeb/.template.config/template.json b/01-basic-template/MyProject.StarterWeb/.template.config/template.json index de9600f..0029d1f 100644 --- a/01-basic-template/MyProject.StarterWeb/.template.config/template.json +++ b/01-basic-template/MyProject.StarterWeb/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Contoso", "classifications": [ "Web" ], "name": "Contoso Starter Web", diff --git a/02-add-parameters/MyProject.StarterWeb/.template.config/template.json b/02-add-parameters/MyProject.StarterWeb/.template.config/template.json index 3e2091e..864c6f7 100644 --- a/02-add-parameters/MyProject.StarterWeb/.template.config/template.json +++ b/02-add-parameters/MyProject.StarterWeb/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Contoso", "classifications": [ "Web" ], "name": "Contoso Starter Web", diff --git a/03-optional-page/MyProject.StarterWeb/.template.config/template.json b/03-optional-page/MyProject.StarterWeb/.template.config/template.json index 8916780..e6be0f5 100644 --- a/03-optional-page/MyProject.StarterWeb/.template.config/template.json +++ b/03-optional-page/MyProject.StarterWeb/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Contoso", "classifications": [ "Web" ], "name": "Contoso Starter Web", diff --git a/04-parameter-from-list/MyProject.StarterWeb/.template.config/template.json b/04-parameter-from-list/MyProject.StarterWeb/.template.config/template.json index b9a6925..bd12da9 100644 --- a/04-parameter-from-list/MyProject.StarterWeb/.template.config/template.json +++ b/04-parameter-from-list/MyProject.StarterWeb/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Contoso", "classifications": [ "Web" ], "name": "Contoso Starter Web", diff --git a/05-multi-project/.template.config/template.json b/05-multi-project/.template.config/template.json index 791e1fd..1cc1354 100644 --- a/05-multi-project/.template.config/template.json +++ b/05-multi-project/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Sayed I. Hashimi", "classifications": [ "Web" ], "name": "Console and unit test", diff --git a/06-console-csharp-fsharp/MyProject.Con.FSharp/.template.config/template.json b/06-console-csharp-fsharp/MyProject.Con.FSharp/.template.config/template.json index d524a56..290812d 100644 --- a/06-console-csharp-fsharp/MyProject.Con.FSharp/.template.config/template.json +++ b/06-console-csharp-fsharp/MyProject.Con.FSharp/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Sayed I. Hashimi", "classifications": [ "Console" ], "name": "My Custom Console", diff --git a/07-param-with-custom-short-name/MyProject.StarterWeb/.template.config/template.json b/07-param-with-custom-short-name/MyProject.StarterWeb/.template.config/template.json index 025a971..a06a0c2 100644 --- a/07-param-with-custom-short-name/MyProject.StarterWeb/.template.config/template.json +++ b/07-param-with-custom-short-name/MyProject.StarterWeb/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Contoso", "classifications": [ "Web" ], "name": "Contoso Starter Web Custom Short Name", diff --git a/08-restore-on-create/MyProject.Con.CSharp/.template.config/template.json b/08-restore-on-create/MyProject.Con.CSharp/.template.config/template.json index 02534aa..c3cb961 100644 --- a/08-restore-on-create/MyProject.Con.CSharp/.template.config/template.json +++ b/08-restore-on-create/MyProject.Con.CSharp/.template.config/template.json @@ -1,4 +1,5 @@ { + "$schema": "http://json.schemastore.org/template", "author": "Sayed I. Hashimi", "classifications": [ "Console" ], "name": "Console",