Skip to content

Commit 4c0b222

Browse files
committed
Reference v4 schema.json
1 parent aa257f5 commit 4c0b222

32 files changed

+33
-33
lines changed

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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

Connectors/src/PostgreSql/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/latest/schema.json",
3+
"$schema": "https://steeltoe.io/schema/v4/schema.json",
44
"Logging": {
55
"LogLevel": {
66
"Default": "Information",

0 commit comments

Comments
 (0)