Merge pull request 'Add type to validation findings' (#6) from finding_type into master
This commit is contained in:
commit
76a8369434
1 changed files with 3 additions and 0 deletions
3
OAS3.yml
3
OAS3.yml
|
@ -93,6 +93,9 @@ components:
|
||||||
type: string
|
type: string
|
||||||
message:
|
message:
|
||||||
type: string
|
type: string
|
||||||
|
"type":
|
||||||
|
type: string
|
||||||
|
enum: ["ERR", "WARN"]
|
||||||
responses:
|
responses:
|
||||||
AuthenticationRequired:
|
AuthenticationRequired:
|
||||||
description: Authentication is required (401)
|
description: Authentication is required (401)
|
||||||
|
|
Loading…
Reference in a new issue