I am trying to import my Service Stack swagger.json into an Azure Api Management instance. Its failing with "One or more fields contain incorrect values: Parsing error(s): The Swagger version specified is unknown."
It seems that Azure API Management requires Swagger 2.0 but Service Stack only outputs Swagger 1.2.
Does anybody have a work around for this? Or know when Service Stack will start supporting Swagger 2.0?