type: object
description: 404 Not Found Error Response Body
properties:
  timestamp:
    type: string
    example: "2020-09-14T19:36:24.768+00:00"
  status:
    type: integer
    example: 404
  error:
    type: string
    example: "Not Found"
  message:
    type: string
    example: "The item you searched for could not be found."
  path:
    type: string
    example: "/v3/example-endpoint/some_id"