https://github.com/soenneker/soenneker.swashbuckle.schemafilters.fixnullablewithouttype
A schema filter sets the type to object for any OpenAPI schema marked as nullable but lacking a defined type.
https://github.com/soenneker/soenneker.swashbuckle.schemafilters.fixnullablewithouttype
csharp dotnet filter fixnullablewithouttype fixnullablewithouttypeschemafilter object openapi schema schemafilters swagger swashbuckle
Last synced: 4 months ago
JSON representation
A schema filter sets the type to object for any OpenAPI schema marked as nullable but lacking a defined type.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.swashbuckle.schemafilters.fixnullablewithouttype
- Owner: soenneker
- License: mit
- Created: 2025-03-30T14:26:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-26T05:01:38.000Z (4 months ago)
- Last Synced: 2026-03-26T23:35:55.871Z (4 months ago)
- Topics: csharp, dotnet, filter, fixnullablewithouttype, fixnullablewithouttypeschemafilter, object, openapi, schema, schemafilters, swagger, swashbuckle
- Language: C#
- Homepage: https://soenneker.com
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.swashbuckle.schemafilters.fixnullablewithouttype/)
[](https://github.com/soenneker/soenneker.swashbuckle.schemafilters.fixnullablewithouttype/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.swashbuckle.schemafilters.fixnullablewithouttype/)
[](https://github.com/soenneker/soenneker.swashbuckle.schemafilters.fixnullablewithouttype/actions/workflows/codeql.yml)
#  Soenneker.Swashbuckle.SchemaFilters.FixNullableWithoutType
### A schema filter sets the type to object for any OpenAPI schema marked as nullable but lacking a defined type.
## Installation
```
dotnet add package Soenneker.Swashbuckle.SchemaFilters.FixNullableWithoutType
```