mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Update oneOf fix
This commit is contained in:
parent
e63549b659
commit
4666284864
@ -65,10 +65,7 @@ public static class SchemaExporter
|
|||||||
schema.OneOf.Clear();
|
schema.OneOf.Clear();
|
||||||
foreach (var property in schema.Reference.Properties.Values) FixOneOf(property);
|
foreach (var property in schema.Reference.Properties.Values) FixOneOf(property);
|
||||||
}
|
}
|
||||||
else
|
foreach (var property in schema.Properties.Values) FixOneOf(property);
|
||||||
{
|
|
||||||
foreach (var property in schema.Properties.Values) FixOneOf(property);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private JsonSchema GetJsonSchema()
|
private JsonSchema GetJsonSchema()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user