Skip to content

Commit 586bbde

Browse files
authored
Set Steeltoe schema to latest (#419)
1 parent 90915aa commit 586bbde

40 files changed

+44
-36
lines changed

Configuration/src/ConfigurationProviders/appsettings.Development.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
// Steeltoe: Add schema to get auto-completion.
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
24
"Logging": {
35
"LogLevel": {
46
"Default": "Information",

Configuration/src/ConfigurationProviders/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/CosmosDb/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/CosmosDb/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MongoDb/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MongoDb/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySql/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySql/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySqlEFCore/appsettings.Development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/MySqlEFCore/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// Steeltoe: Add schema to get auto-completion.
3-
"$schema": "https://steeltoe.io/schema/v4/schema.json",
3+
"$schema": "https://steeltoe.io/schema/latest/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

0 commit comments

Comments
 (0)