Add type to validation findings
This commit is contained in:
parent
a72ff4b06c
commit
b8f8a91e4a
1 changed files with 3 additions and 0 deletions
3
OAS3.yml
3
OAS3.yml
|
@ -93,6 +93,9 @@ components:
|
|||
type: string
|
||||
message:
|
||||
type: string
|
||||
"type":
|
||||
type: string
|
||||
enum: ["ERR", "WARN"]
|
||||
responses:
|
||||
AuthenticationRequired:
|
||||
description: Authentication is required (401)
|
||||
|
|
Loading…
Reference in a new issue