isDefaultForAdditionalPropertiesAllowed(test: undefined | boolean | TsoaRoute.PropertySchema): test is undefined
For Swagger, additionalProperties is implicitly allowed. So use this function to clarify that undefined should be associated with allowing additional properties
For Swagger, additionalProperties is implicitly allowed. So use this function to clarify that undefined should be associated with allowing additional properties