fix: filter non- HTTP path-item keys in aefProfiles building

Description in #19

Fix:

Filter path-item keys to the set of supported HTTP methods (get, put, post, delete, options, head, patch, trace) before building resources, skipping any non-operation fields.

Files changed:

api_schema_translator.py

Testing

Translated successfully an OpenAPI spec file in yaml format, containing non-operation fields.

Merge request reports

Loading