rackerlabs / api-checker

The API Checker library allows checking a rest servlet against a contract written in WADL
www.openrepose.org
Apache License 2.0
9 stars 19 forks source link

Fail on missing required attributes in rax:assert and rax:captureHeader #356

Open RackerWilliams opened 7 years ago

RackerWilliams commented 7 years ago

Currently there is no validation of attributes in rax:assert and rax:captureHeader.

RackerWilliams commented 7 years ago

This would be best handled during WADL validation. Either with an extension schema or during the schematron check ALSO in order to do it right we would need to resolve this:

https://github.com/rackerlabs/wadl-tools/issues/39.