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 #81

Closed gomete closed 3 years ago

gomete commented 3 years ago

When a property is a class, interface or struct, the Required attribute is ignored and it is not included in the schema required array.

m-wild commented 3 years ago

Closed by #82