diff --git a/property.go b/property.go index 6499cf69d..bbc2a5982 100644 --- a/property.go +++ b/property.go @@ -90,7 +90,6 @@ func getPropertyName(expr ast.Expr, parser *Parser) (propertyName, error) { } if _, ok := expr.(*ast.MapType); ok { // if map - //TODO: support map return propertyName{SchemaType: "object", ArrayType: "object"}, nil }