Skip to content

Commit feada88

Browse files
committed
fix(go): disable strict validation and enable additional properties
1 parent ef42726 commit feada88

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

languages/golang/openapi-generator-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ additionalProperties:
44
isGoSubmodule: true
55
enumClassPrefix: true
66
generateInterfaces: true
7+
disallowAdditionalPropertiesIfNotPresent: false
78
templateDir: languages/golang/templates
89
files:
910
custom/api_mock.mustache:

0 commit comments

Comments
 (0)