OpenAPI enhancements:
- Correct name for properties, now fields with tag "name,omitempty" are exported as "name" instead of "name,omitempty"
- Handle anonymous structs
- Paths with no methods are discarded
- Resources or Actions can be marked to not export
OpenAPI enhancements: