KnutHaraldR

Results 4 comments of KnutHaraldR

Note: I've found that "blob" is not part of the Swagger spec. However, "file" accomplishes the same thing.

I managed to find it a bit later. (Root folder was the main angular folder containing the src folder). 1 more request though: Instructions for generating from multiple swagger.json files...

It happens when I have this property in my C# code used for generating the API definition with SwashBuckle: ``` public class MetadataValue { public IList Children { get; }...

I found it because it was one of my latest additions to my API. You could always binary search by disabling half your API endpoints each time.