Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.16.0
0.16.0 (2019-12-10)
Features
- Add rule to check pagination list operations conform to API Handbook (#118) (875ea4c)
v0.15.2
0.15.2 (2019-11-25)
Bug Fixes
- Fix duplicate parameter checking when all parameters are defined at the path level (#116) (f40bd6f)
Reverts
- Back out duplicated tests for duplicate path parameter rule (#115) (4d58a82)
v0.15.1
0.15.1 (2019-10-04)
Bug Fixes
- allow multiple schemes in a security requirement object (#109) (f02ef2b), closes #108
v0.15.0
0.15.0 (2019-10-01)
Features
- validate discriminator properties conform to specifications (#107) (0ecd539)
v0.14.0
0.14.0 (2019-09-10)
Features
- adds k8s_camel_case validator for k8s API conventions (#106) (bb82222)
v0.13.6
0.13.6 (2019-09-09)
Bug Fixes
- prevent crash when
parameters
is illegally not an array (#104) (5d8a429)
v0.13.5
0.13.5 (2019-08-28)
Bug Fixes
- do not crash when operation has illegal $ref, print error instead (#103) (3d34205)
v0.13.4
0.13.4 (2019-08-27)
Bug Fixes
- treat response schemas with an
items
field as arrays, even if there is no type
(#99) (3383114)
v0.13.3
0.13.3 (2019-08-06)
Bug Fixes
- use parameter-determining method in all parameters validations (#97) (ee1168f)