Skip to content

Commit a53ff3f

Browse files
committed
Post-merge: pin JSON schema to v4
1 parent f0652f7 commit a53ff3f

40 files changed

+40
-40
lines changed

Configuration/src/ConfigurationProviders/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",

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",

0 commit comments

Comments
 (0)