Skip to content

Commit 5a64120

Browse files
committed
fix: Examples syntax
`examples` must be an array, not an object Signed-off-by: Piotr P. Karwasz <piotr@github.copernik.eu>
1 parent 344c0e1 commit 5a64120

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spec/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ components:
280280
- identifiers
281281
- components
282282
examples:
283-
log4j2:
284-
uuid: 09e8c73b-ac45-4475-acac-33e6a7314e6d
283+
- uuid: 09e8c73b-ac45-4475-acac-33e6a7314e6d
285284
name: Apache Log4j 2
286285
identifiers:
287286
- idType: cpe

0 commit comments

Comments
 (0)