This is great news - thanks for this!
One note - I see that there is no information about string min/max lengths or other important field constraints. This is really important information for Meraki systems integrators like us, otherwise the first thing we hear about a single field length constraint is when we get a "400 Bad Request" from the API. It really shouldn't have to be on us to iterate every possible string length over every string field until we find the limit!
Similarly, int fields may have a minimum, maximum or multipleOf constraint (e.g. multipleOf 300 or 3600 for time ranges).
Please could this information be added?
https://swagger.io/docs/specification/data-models/data-types/
Author, https://www.nuget.org/packages/Meraki.Api/