Is it possible to get Swashbuckle to produce a separate Swagger Schema per WebAPI Action (path)? I can only get a a single combined schema for all actions within the project (or permanently exclude endpoints)?
Otherwise, are there tools that can produce split my combined schema into separate schemas per path?
I've looked through the docs and swagger tooling but can't see anything that can help, only to generate code artifacts for a path from the JSON Schema.
Thanks