Commit 26fd7698 authored by Mirko Da Corte's avatar Mirko Da Corte Committed by GitHub

fix: ProblemDetails definition (#1953)

parent dff2ed72
......@@ -259,7 +259,12 @@ components:
type: string
ProblemDetails:
type: string
type: object
properties:
message:
type: string
code:
type: integer
ReferenceResponse:
type: object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment