Skip to content

Commit ae96cfe

Browse files
committed
Support additionalProperties
This is a large change which refactors a lot of code to add additionalProperties support. For each structure which has additional properties, we make sure to generate a Go type which implements the JSON marshal/unmarshal interfaces.
1 parent 1b2229c commit ae96cfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

oapi_validate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func TestOapiRequestValidator(t *testing.T) {
131131
return errors.New("forbidden")
132132
},
133133
},
134-
UserData:"hi!",
134+
UserData: "hi!",
135135
}
136136

137137
// Install our OpenApi based request validator

0 commit comments

Comments
 (0)