From a04aaf392cc89fccdb2c677c4310b0c94121c1c5 Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 4 Sep 2025 12:46:39 +0200 Subject: [PATCH] Update schema for Steeltoe 4.0.0 --- .../Configuration_ConfigServer/ConfigurationSchema.json | 2 +- ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json | 2 +- ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json b/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json index 18d8670..8f9e677 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/InputFiles/Configuration_ConfigServer/ConfigurationSchema.json @@ -90,7 +90,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean", diff --git a/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json b/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json index 8293eef..e6b5222 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/merge-actual.json @@ -1612,7 +1612,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean", diff --git a/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json b/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json index 8293eef..e6b5222 100644 --- a/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json +++ b/ConfigurationSchemaGeneratorTest/Baseline/merge-expected.json @@ -1612,7 +1612,7 @@ }, "Env": { "type": "string", - "description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"." + "description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"." }, "FailFast": { "type": "boolean",