You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user