Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

Ignore "operations" starting with "x-" #45

Closed billkauf closed 8 years ago

billkauf commented 8 years ago

According to the Swagger 2.0 spec, paths may include elements starting with x-, for vendor extensions. Apiary depends on this for path-level own summary and description nodes

This change simply ignored elements at the path level starting with x-, as it does path parameters.

analogue commented 8 years ago

Thanks! :+1:

AilisObrian commented 8 years ago

Thanks! I need this patch! When it will be released with a new version number?