diff --git a/Configuration/src/ConfigurationProviders/appsettings.Development.json b/Configuration/src/ConfigurationProviders/appsettings.Development.json index 0c208ae9..b3b5e7b5 100644 --- a/Configuration/src/ConfigurationProviders/appsettings.Development.json +++ b/Configuration/src/ConfigurationProviders/appsettings.Development.json @@ -1,4 +1,6 @@ { + // Steeltoe: Add schema to get auto-completion. + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Configuration/src/ConfigurationProviders/appsettings.json b/Configuration/src/ConfigurationProviders/appsettings.json index a9676b44..6911ca3d 100644 --- a/Configuration/src/ConfigurationProviders/appsettings.json +++ b/Configuration/src/ConfigurationProviders/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/CosmosDb/appsettings.Development.json b/Connectors/src/CosmosDb/appsettings.Development.json index 33da6aac..01861dcd 100644 --- a/Connectors/src/CosmosDb/appsettings.Development.json +++ b/Connectors/src/CosmosDb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/CosmosDb/appsettings.json b/Connectors/src/CosmosDb/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/CosmosDb/appsettings.json +++ b/Connectors/src/CosmosDb/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MongoDb/appsettings.Development.json b/Connectors/src/MongoDb/appsettings.Development.json index 358cc865..374aa258 100644 --- a/Connectors/src/MongoDb/appsettings.Development.json +++ b/Connectors/src/MongoDb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MongoDb/appsettings.json b/Connectors/src/MongoDb/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/MongoDb/appsettings.json +++ b/Connectors/src/MongoDb/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MySql/appsettings.Development.json b/Connectors/src/MySql/appsettings.Development.json index d727fb59..b940b7c6 100644 --- a/Connectors/src/MySql/appsettings.Development.json +++ b/Connectors/src/MySql/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MySql/appsettings.json b/Connectors/src/MySql/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/MySql/appsettings.json +++ b/Connectors/src/MySql/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MySqlEFCore/appsettings.Development.json b/Connectors/src/MySqlEFCore/appsettings.Development.json index f37f7c03..0a57e2da 100644 --- a/Connectors/src/MySqlEFCore/appsettings.Development.json +++ b/Connectors/src/MySqlEFCore/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/MySqlEFCore/appsettings.json b/Connectors/src/MySqlEFCore/appsettings.json index 893824b2..94a5b7a7 100644 --- a/Connectors/src/MySqlEFCore/appsettings.json +++ b/Connectors/src/MySqlEFCore/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/PostgreSql/appsettings.Development.json b/Connectors/src/PostgreSql/appsettings.Development.json index 986e2b2f..a2254c2d 100644 --- a/Connectors/src/PostgreSql/appsettings.Development.json +++ b/Connectors/src/PostgreSql/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/PostgreSql/appsettings.json b/Connectors/src/PostgreSql/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/PostgreSql/appsettings.json +++ b/Connectors/src/PostgreSql/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/PostgreSqlEFCore/appsettings.Development.json b/Connectors/src/PostgreSqlEFCore/appsettings.Development.json index 986e2b2f..a2254c2d 100644 --- a/Connectors/src/PostgreSqlEFCore/appsettings.Development.json +++ b/Connectors/src/PostgreSqlEFCore/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/PostgreSqlEFCore/appsettings.json b/Connectors/src/PostgreSqlEFCore/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/PostgreSqlEFCore/appsettings.json +++ b/Connectors/src/PostgreSqlEFCore/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/RabbitMQ/appsettings.Development.json b/Connectors/src/RabbitMQ/appsettings.Development.json index 6cdda09f..d92fb2ec 100644 --- a/Connectors/src/RabbitMQ/appsettings.Development.json +++ b/Connectors/src/RabbitMQ/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/RabbitMQ/appsettings.json b/Connectors/src/RabbitMQ/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/RabbitMQ/appsettings.json +++ b/Connectors/src/RabbitMQ/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/Redis/appsettings.Development.json b/Connectors/src/Redis/appsettings.Development.json index 05ac5791..4ea596ce 100644 --- a/Connectors/src/Redis/appsettings.Development.json +++ b/Connectors/src/Redis/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/Redis/appsettings.json b/Connectors/src/Redis/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/Redis/appsettings.json +++ b/Connectors/src/Redis/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/SqlServerEFCore/appsettings.Development.json b/Connectors/src/SqlServerEFCore/appsettings.Development.json index 8aae8d0b..21a2fdaa 100644 --- a/Connectors/src/SqlServerEFCore/appsettings.Development.json +++ b/Connectors/src/SqlServerEFCore/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Connectors/src/SqlServerEFCore/appsettings.json b/Connectors/src/SqlServerEFCore/appsettings.json index 339b316e..04715a64 100644 --- a/Connectors/src/SqlServerEFCore/appsettings.json +++ b/Connectors/src/SqlServerEFCore/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json b/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json index 506d474f..e150d99b 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json +++ b/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.json b/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.json index 10f68b8c..04715a64 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.json +++ b/Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.json @@ -1,4 +1,6 @@ { + // Steeltoe: Add schema to get auto-completion. + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.Development.json b/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.Development.json index a9688a0d..a2620ef6 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.Development.json +++ b/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Warning", diff --git a/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.json b/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.json index b2dcdb67..620f1d29 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.json +++ b/Discovery/src/FortuneTeller/FortuneTellerConsole/appsettings.json @@ -1,4 +1,6 @@ { + // Steeltoe: Add schema to get auto-completion. + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.Development.json b/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.Development.json index d8ab3544..f87baa82 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.Development.json +++ b/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.json b/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.json index 10f68b8c..04715a64 100644 --- a/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.json +++ b/Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.json @@ -1,4 +1,6 @@ { + // Steeltoe: Add schema to get auto-completion. + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/FileShares/src/FileSharesWeb/appsettings.Development.json b/FileShares/src/FileSharesWeb/appsettings.Development.json index 06c0dfe0..b293ed63 100644 --- a/FileShares/src/FileSharesWeb/appsettings.Development.json +++ b/FileShares/src/FileSharesWeb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/FileShares/src/FileSharesWeb/appsettings.json b/FileShares/src/FileSharesWeb/appsettings.json index 339b316e..04715a64 100644 --- a/FileShares/src/FileSharesWeb/appsettings.json +++ b/FileShares/src/FileSharesWeb/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Management/src/ActuatorApi/appsettings.Development.json b/Management/src/ActuatorApi/appsettings.Development.json index 7913c8e2..b6bf820b 100644 --- a/Management/src/ActuatorApi/appsettings.Development.json +++ b/Management/src/ActuatorApi/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Management/src/ActuatorApi/appsettings.json b/Management/src/ActuatorApi/appsettings.json index c2bf8f30..1fca4fd4 100644 --- a/Management/src/ActuatorApi/appsettings.json +++ b/Management/src/ActuatorApi/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Management/src/ActuatorWeb/appsettings.Development.json b/Management/src/ActuatorWeb/appsettings.Development.json index c351d028..391a392d 100644 --- a/Management/src/ActuatorWeb/appsettings.Development.json +++ b/Management/src/ActuatorWeb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "DetailedErrors": true, "Logging": { "LogLevel": { diff --git a/Management/src/ActuatorWeb/appsettings.json b/Management/src/ActuatorWeb/appsettings.json index 075fa6e0..f767628f 100644 --- a/Management/src/ActuatorWeb/appsettings.json +++ b/Management/src/ActuatorWeb/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/AuthApi/appsettings.Development.json b/Security/src/AuthApi/appsettings.Development.json index 803378a8..14225050 100644 --- a/Security/src/AuthApi/appsettings.Development.json +++ b/Security/src/AuthApi/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/AuthApi/appsettings.json b/Security/src/AuthApi/appsettings.json index 0d9df002..fc3807c4 100644 --- a/Security/src/AuthApi/appsettings.json +++ b/Security/src/AuthApi/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/AuthConsole/appsettings.Development.json b/Security/src/AuthConsole/appsettings.Development.json index 84c24627..843a472a 100644 --- a/Security/src/AuthConsole/appsettings.Development.json +++ b/Security/src/AuthConsole/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Warning", diff --git a/Security/src/AuthConsole/appsettings.json b/Security/src/AuthConsole/appsettings.json index 7b008e4c..b538095d 100644 --- a/Security/src/AuthConsole/appsettings.json +++ b/Security/src/AuthConsole/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/AuthWeb/appsettings.Development.json b/Security/src/AuthWeb/appsettings.Development.json index 4720f872..5d52c298 100644 --- a/Security/src/AuthWeb/appsettings.Development.json +++ b/Security/src/AuthWeb/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/AuthWeb/appsettings.json b/Security/src/AuthWeb/appsettings.json index feebc49b..bd74fae4 100644 --- a/Security/src/AuthWeb/appsettings.json +++ b/Security/src/AuthWeb/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information", diff --git a/Security/src/RedisDataProtection/appsettings.Development.json b/Security/src/RedisDataProtection/appsettings.Development.json index bfc7158d..ccd2eea2 100644 --- a/Security/src/RedisDataProtection/appsettings.Development.json +++ b/Security/src/RedisDataProtection/appsettings.Development.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "DetailedErrors": true, "Logging": { "LogLevel": { diff --git a/Security/src/RedisDataProtection/appsettings.json b/Security/src/RedisDataProtection/appsettings.json index 6a5961ef..4fa542d3 100644 --- a/Security/src/RedisDataProtection/appsettings.json +++ b/Security/src/RedisDataProtection/appsettings.json @@ -1,6 +1,6 @@ { // Steeltoe: Add schema to get auto-completion. - "$schema": "https://steeltoe.io/schema/v4/schema.json", + "$schema": "https://steeltoe.io/schema/latest/schema.json", "Logging": { "LogLevel": { "Default": "Information",