type: object
description: 400 Invalid Input Response Body
properties:
  timestamp:
    type: string
    example: "2020-09-14T19:19:27.693+00:00"
  status:
    type: integer
    example: 400
  error:
    type: string
    example: "Bad Request"
  message:
    type: string
    example: "Required LocalDate parameter 'end_date' is not present"
  path:
    type: string
    example: "/v3/example-endpoint"