Skip to content

Commit 1b40cb1

Browse files
committed
remove test-yml and extend petstore with single new property instead
1 parent ba82277 commit 1b40cb1

2 files changed

Lines changed: 8 additions & 51 deletions

File tree

modules/openapi-generator/src/test/resources/3_0/csharp/enum-array.yaml

Lines changed: 0 additions & 51 deletions
This file was deleted.

modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2039,6 +2039,14 @@ components:
20392039
enum:
20402040
- fish
20412041
- crab
2042+
array_enum_nullable:
2043+
type: array
2044+
nullable: true
2045+
items:
2046+
type: string
2047+
enum:
2048+
- fish
2049+
- crab
20422050
FreeFormObject:
20432051
type: object
20442052
description: A schema consisting only of additional properties

0 commit comments

Comments
 (0)