This commit is contained in:
ousttrue 2021-04-30 12:47:14 +09:00
parent 161381b235
commit d85cc70a64

View File

@ -265,7 +265,7 @@ namespace UniGLTF.JsonSchema
public void Dump(StringBuilder sb, string indent = "")
{
sb.AppendLine($"{indent}{JsonPath}: {type}");
sb.AppendLine($"{JsonPath}: {type}");
foreach (var x in Children())
{