swagger.schemas.bad-request-entity.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock Show documentation
Show all versions of wiremock Show documentation
A web service test double for all occasions
title: Bad request entity
type: object
properties:
errors:
type: array
items:
type: object
properties:
code:
type: integer
source:
type: string
title:
type: string
detail:
type: string