Skip to content

Instantly share code, notes, and snippets.

@ephur
Created October 14, 2015 19:35
Show Gist options
  • Save ephur/d1a6cfe57354eed7fafc to your computer and use it in GitHub Desktop.
Save ephur/d1a6cfe57354eed7fafc to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<validators
multi-role-match="false"
xmlns="http://docs.openrepose.org/repose/validator/v1.0">
<validator
role="apigw"
wadl="wadl/image-api/src/v2/os-image-v2.wadl"
check-elements="true"
check-plain-params="true"
do-xsd-grammar-transform="true"
validate-checker="true"
>
</validator>
<validator
role="apigw"
wadl="wadl/image-api/src/v2/os-metadef-schemas-v2.wadl"
check-elements="true"
check-plain-params="true"
do-xsd-grammar-transform="true"
validate-checker="true"
>
</validator>
<validator
role="apigw"
wadl="wadl/image-api/src/v2/os-image-schemas-v2.wadl"
check-elements="true"
check-plain-params="true"
do-xsd-grammar-transform="true"
validate-checker="true"
>
</validator>
</validators>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment