diff --git a/Assets/UniGLTF/Editor/JsonSchema/JsonSchemaSource.cs b/Assets/UniGLTF/Editor/JsonSchema/JsonSchemaSource.cs index 447553bee..cc2ce07b5 100644 --- a/Assets/UniGLTF/Editor/JsonSchema/JsonSchemaSource.cs +++ b/Assets/UniGLTF/Editor/JsonSchema/JsonSchemaSource.cs @@ -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()) {