Add type to validation findings

This commit is contained in:
Stefan Haun 2020-12-01 21:08:01 +01:00
parent a72ff4b06c
commit b8f8a91e4a

View file

@ -93,6 +93,9 @@ components:
type: string
message:
type: string
"type":
type: string
enum: ["ERR", "WARN"]
responses:
AuthenticationRequired:
description: Authentication is required (401)