File tree 14 files changed +18
-17
lines changed
14 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 6
6
/foos :
7
7
$ref : " paths.yaml#/paths/~1foos"
8
8
/bars :
9
- $ref : " others.yaml#/paths/~1/bars "
9
+ $ref : " others.yaml#/paths/~1bars "
Original file line number Diff line number Diff line change 6
6
/foos :
7
7
$ref : " paths.yaml#/paths/~1foos"
8
8
/bars :
9
- $ref : " others.yaml#/paths/~1/bars "
9
+ $ref : " others.yaml#/paths/~1bars "
Original file line number Diff line number Diff line change 6
6
/foos :
7
7
$ref : " paths.yaml#/paths/~1foos"
8
8
/others :
9
- $ref : " others.yaml#/paths/~1/others "
9
+ $ref : " others.yaml#/paths/~1others "
Original file line number Diff line number Diff line change 6
6
/foos :
7
7
$ref : " paths.yaml#/paths/~1foos"
8
8
/others :
9
- $ref : " others.yaml#/paths/~1/others "
9
+ $ref : " others.yaml#/paths/~1others "
Original file line number Diff line number Diff line change 11
11
description : Ok
12
12
content :
13
13
application/json :
14
- schema : schema.json#/$defs/foo
14
+ schema :
15
+ $ref : schema.json#/$defs/foo
Original file line number Diff line number Diff line change 11
11
description : Ok
12
12
content :
13
13
application/json :
14
- schema : schema.json#/$defs/foo/$defs/bar
14
+ schema :
15
+ $ref : schema.json#/$defs/foo/$defs/bar
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ openapi: 3.0.3
2
2
info :
3
3
title : " OASComply assessment entry: security scheme, component to entry"
4
4
version : " 0.0.1"
5
- security :
6
- foo : []
5
+ security : [{foo: []}]
7
6
paths :
8
7
/endpoint :
9
8
$ref : " paths.yaml#/paths/~1endpoint"
Original file line number Diff line number Diff line change 5
5
paths :
6
6
/endpoint :
7
7
get :
8
- security : foo
8
+ security : [{ foo: []}]
9
9
responses :
10
10
" 200 " :
11
11
description : Ok
Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ openapi: 3.0.3
2
2
info :
3
3
title : " OASComply assessment output: security scheme, component to entry"
4
4
version : " 0.0.1"
5
- security :
6
- foo : []
5
+ security : [{foo: []}]
7
6
paths :
8
7
/endpoint :
9
8
get :
10
- security : foo
9
+ security : [{ foo: []}]
11
10
responses :
12
11
" 200 " :
13
12
description : Ok
Original file line number Diff line number Diff line change 5
5
paths :
6
6
/endpoint :
7
7
get :
8
- security : foo
8
+ security : [{ foo: []}]
9
9
responses :
10
10
" 200 " :
11
11
description : Ok
Original file line number Diff line number Diff line change 5
5
paths :
6
6
/endpoint :
7
7
get :
8
- security : foo
8
+ security : [{ foo: []}]
9
9
responses :
10
10
" 200 " :
11
11
description : Ok
Original file line number Diff line number Diff line change 3
3
title : " OASComply assessment entry: security scheme, component to entry"
4
4
version : " 0.0.1"
5
5
paths :
6
- $ref : " paths.yaml#/paths/~1endpoint"
6
+ /endpoint :
7
+ $ref : " paths.yaml#/paths/~1endpoint"
7
8
components :
8
9
securitySchemes :
9
10
foo :
Original file line number Diff line number Diff line change 5
5
paths :
6
6
/endpoint :
7
7
get :
8
- security : foo
8
+ security : [{ foo: []}]
9
9
responses :
10
10
" 200 " :
11
11
description : Ok
Original file line number Diff line number Diff line change 5
5
paths :
6
6
/endpoint :
7
7
get :
8
- security : foo
8
+ security : [{ foo: []}]
9
9
responses :
10
10
" 200 " :
11
11
description : Ok
You can’t perform that action at this time.
0 commit comments