Skip to content

Commit 7d1ce36

Browse files
committed
fixed model in definition
1 parent 3aae4e8 commit 7d1ce36

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

modules/swagger-codegen/src/test/resources/3_0_0/petstore-with-fake-endpoints-models-for-testing.yaml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1813,17 +1813,16 @@ components:
18131813
id: 1
18141814
status: "available"
18151815

1816-
NullableEnumModel:
1817-
type: object
1818-
properties:
1819-
enumProp:
1820-
type: string
1821-
nullable: true
1822-
enum:
1823-
- a
1824-
- b
1825-
- null
1826-
1816+
NullableEnumModel:
1817+
type: object
1818+
properties:
1819+
enumProp:
1820+
type: string
1821+
nullable: true
1822+
enum:
1823+
- a
1824+
- b
1825+
- null
18271826
SinglePetResponse:
18281827
type: object
18291828
properties:

0 commit comments

Comments
 (0)