I am trying to use the output from ServiceStacks OpenAPI with dapperdox to automatically generate documentation for my service.
According to the dapperdox Wiki: “DapperDox requires that the optional schema object title member is present. DapperDox uses the title member to give the resource a name in the documentation it produces”
The output produced by ServiceStack does not seem to contain these title objects. Is there something I am missing something or is there some way I can get ServiceStack to add them?
Thanks in advance
Nic