wwwlicious / servicestack-introspec

An introspection and specification plugin for ServiceStack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Required Attributes

wwwlicious opened this issue · comments

Both ServiceStack.DataAnnotations and System.ComponentModel.DataAnnotations contain a RequiredAttribute

Should this be supported in addition to the [ApiMember(IsRequired = true)]?