asyncapi / saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
https://www.asyncapi.com/
MIT License
199 stars 56 forks source link

Schema properties can be marked as required using attributes #82

Closed gomete closed 3 years ago

gomete commented 3 years ago

Allow marking with RequiredAttribute the required properties which are classes, interfaces or structs.

To cover #81.