From 88ed947642cc6f72a7fb1858564f739205bd3f97 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 4 Sep 2025 14:32:14 +0200 Subject: [PATCH] Set Steeltoe schema to latest --- .../src/ConfigurationProviders/appsettings.Development.json | 2 ++ Configuration/src/ConfigurationProviders/appsettings.json | 2 +- Connectors/src/CosmosDb/appsettings.Development.json | 2 +- Connectors/src/CosmosDb/appsettings.json | 2 +- Connectors/src/MongoDb/appsettings.Development.json | 2 +- Connectors/src/MongoDb/appsettings.json | 2 +- Connectors/src/MySql/appsettings.Development.json | 2 +- Connectors/src/MySql/appsettings.json | 2 +- Connectors/src/MySqlEFCore/appsettings.Development.json | 2 +- Connectors/src/MySqlEFCore/appsettings.json | 2 +- Connectors/src/PostgreSql/appsettings.Development.json | 2 +- Connectors/src/PostgreSql/appsettings.json | 2 +- Connectors/src/PostgreSqlEFCore/appsettings.Development.json | 2 +- Connectors/src/PostgreSqlEFCore/appsettings.json | 2 +- Connectors/src/RabbitMQ/appsettings.Development.json | 2 +- Connectors/src/RabbitMQ/appsettings.json | 2 +- Connectors/src/Redis/appsettings.Development.json | 2 +- Connectors/src/Redis/appsettings.json | 2 +- Connectors/src/SqlServerEFCore/appsettings.Development.json | 2 +- Connectors/src/SqlServerEFCore/appsettings.json | 2 +- .../FortuneTeller/FortuneTellerApi/appsettings.Development.json | 2 +- Discovery/src/FortuneTeller/FortuneTellerApi/appsettings.json | 2 ++ .../FortuneTellerConsole/appsettings.Development.json | 2 +- .../src/FortuneTeller/FortuneTellerConsole/appsettings.json | 2 ++ .../FortuneTeller/FortuneTellerWeb/appsettings.Development.json | 2 +- Discovery/src/FortuneTeller/FortuneTellerWeb/appsettings.json | 2 ++ FileShares/src/FileSharesWeb/appsettings.Development.json | 2 +- FileShares/src/FileSharesWeb/appsettings.json | 2 +- Management/src/ActuatorApi/appsettings.Development.json | 2 +- Management/src/ActuatorApi/appsettings.json | 2 +- Management/src/ActuatorWeb/appsettings.Development.json | 2 +- Management/src/ActuatorWeb/appsettings.json | 2 +- Security/src/AuthApi/appsettings.Development.json | 2 +- Security/src/AuthApi/appsettings.json | 2 +- Security/src/AuthConsole/appsettings.Development.json | 2 +- Security/src/AuthConsole/appsettings.json | 2 +- Security/src/AuthWeb/appsettings.Development.json | 2 +- Security/src/AuthWeb/appsettings.json | 2 +- Security/src/RedisDataProtection/appsettings.Development.json | 2 +- Security/src/RedisDataProtection/appsettings.json | 2 +- 40 files changed, 44 insertions(+), 36 deletions(-) diff --git a/Configuration/src/ConfigurationProviders/appsettings.Development.json b/Configuration/src/ConfigurationProviders/appsettings.Development.json index 0c208ae91..b3b5e7b54 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 a9676b44f..6911ca3d7 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 33da6aac8..01861dcdf 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 339b316e5..04715a644 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 358cc865f..374aa2584 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 339b316e5..04715a644 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 d727fb593..b940b7c6d 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 339b316e5..04715a644 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 f37f7c03f..0a57e2da7 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 893824b2f..94a5b7a75 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 986e2b2f2..a2254c2d7 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 339b316e5..04715a644 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 986e2b2f2..a2254c2d7 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 339b316e5..04715a644 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 6cdda09ff..d92fb2ec2 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 339b316e5..04715a644 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 05ac5791b..4ea596ce3 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 339b316e5..04715a644 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 8aae8d0b7..21a2fdaaa 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 339b316e5..04715a644 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 506d474f8..e150d99b0 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 10f68b8c8..04715a644 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 a9688a0dd..a2620ef6e 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 b2dcdb674..620f1d290 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 d8ab3544b..f87baa823 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 10f68b8c8..04715a644 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 06c0dfe04..b293ed632 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 339b316e5..04715a644 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 7913c8e2b..b6bf820b3 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 c2bf8f308..1fca4fd42 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 c351d0285..391a392df 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 075fa6e03..f767628fb 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 803378a8f..14225050d 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 0d9df0024..fc3807c40 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 84c24627a..843a472a2 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 7b008e4c8..b538095d4 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 4720f872e..5d52c298c 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 feebc49b3..bd74fae4f 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 bfc7158df..ccd2eea22 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 6a5961efe..4fa542d3b 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",