APIDevTools / swagger-cli

Swagger 2.0 and OpenAPI 3.0 command-line tool
https://apitools.dev/swagger-cli
MIT License
515 stars 69 forks source link

Flag for skipping OpenAPI Extensions #20

Closed daniyel closed 6 years ago

daniyel commented 6 years ago

Hi.

I am using some OpenAPI extensions prefixed with x- and I am getting error, when validating swagger yaml:

Swagger schema validation failed.
  Additional properties not allowed: operationOd at #/paths//auth-admin/login/post

JSON_OBJECT_VALIDATION_FAILED

Best regards.

daniyel commented 6 years ago

Ok. Never mind. I found out it was typo in my yaml file.