Horde: Set the schema version to draft-04 (max version supported by Visual Studio)

[CL 16542832 by Ben Marsh in ue5-main branch]
This commit is contained in:
Ben Marsh
2021-06-02 21:00:00 -04:00
parent ccaca48928
commit 3603049f5c

View File

@@ -274,7 +274,7 @@ namespace HordeServer.Utilities
Config.Refiners.Add(new CamelCaseRefiner());
Schema = new JsonSchemaBuilder()
.Schema(MetaSchemas.Draft7Id)
.Schema("http://json-schema.org/draft-04/schema#")
.Id(SchemaAttribute.Id)
.FromType(Type, Config)
.Build();