Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

Fails with exception on vendor specific field (x-*) #55

Open neumond opened 8 years ago

neumond commented 8 years ago

Adding x- prefixed string field to Path Item Object makes validator to treat it as usual Operation Object (get, post, put, etc..). It tries to get 'parameters' field of it and fails with exception 'str' object has no attribute 'get'.

kevinkessler commented 7 years ago

+1