Mathias Düsterhöft
Mathias Düsterhöft
**Which AWS Services is the feature request for?** IoT **Is your feature request related to a problem? Please describe.** We see the following exception quite frequently: ```console com.amazonaws.AmazonClientException: Client error...
### Feature description Since [v10.0.0-beta.45](https://github.com/pact-foundation/pact-js/releases/tag/v10.0.0-beta.45) `metaData` present in the consumer contract is verified. It would be great if we could also use matches when verifying metadata. Something like this should...
The host name for our REST API is used as a tenant descriminator. So every user would use the API with a special hostname that limits access to his/her data....
In your "next" product the required scopes for a resource are not displayed: The operation in the openAPI spec includes this security section: ``` "security": [ { "oauth2_accessCode": [ "ordr:r"...
We should add a maven plugin that does what the `restdocs-raml-gradle-plugin` does at the moment so also maven users could use the project.
Currently we consider the resource path to be unique. If the same resource is documented multiple times we could merge the different response types or at least add the different...
Add support for documenting header values
In spring-rest-docs 2.0.0. [beneathPath](https://docs.spring.io/spring-restdocs/docs/current/reference/html5/#documenting-your-api-request-response-payloads-subsections) functionality has been added. It is a means to document parts of a payload. We could try to use this to extract the definition of types...
If spring-rest-docs finds a field in a list with multiple types (e.g. once null, once string) it sets the type to `JsonFieldType.VARIES` - Currently we use a `NullSchema` in such...
For RAML 1.0 we can use the RAML type definition instead of json schema. This is more readable and better supported by the available tools