We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb544ed commit 767d4bfCopy full SHA for 767d4bf
1 file changed
src/GitVersion.Schema/Program.cs
@@ -29,7 +29,7 @@
29
}
30
31
var builder = new JsonSchemaBuilder();
32
-const string jsonSchemaUri = "https://json-schema.org/draft-07/schema#";
+const string jsonSchemaUri = "http://json-schema.org/draft-07/schema#";
33
builder.Schema(jsonSchemaUri);
34
builder.Id($"https://gitversion.net/schemas/{schemaVersion}/GitVersion.configuration.json");
35
builder.Title($"GitVersion Configuration ({schemaVersion})");
0 commit comments