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: ...@@ -259,7 +259,12 @@ components:
type: string type: string
ProblemDetails: ProblemDetails:
type: string type: object
properties:
message:
type: string
code:
type: integer
ReferenceResponse: ReferenceResponse:
type: object 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