Skip to content

Commit 33fa3be

Browse files
Anthony TODISCOAnthony TODISCO
authored andcommitted
fix: Add missing element in OpenAPI discriminator test case
1 parent d2366f6 commit 33fa3be

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

modules/openapi-generator/src/test/resources/3_0/allOf_composition_discriminator.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,8 @@ components:
103103
C:
104104
allOf:
105105
- $ref: '#/components/schemas/B'
106+
Characteristics:
107+
type: object
108+
properties:
109+
canHunt:
110+
type: boolean

0 commit comments

Comments
 (0)