You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/resources/3_0/dart/petstore-with-fake-endpoints-models-for-testing.yaml
+46Lines changed: 46 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1303,6 +1303,19 @@ paths:
1303
1303
responses:
1304
1304
200:
1305
1305
description: The instance started successfully
1306
+
/fake/duplicate-inline-enums:
1307
+
get:
1308
+
tags:
1309
+
- fake
1310
+
summary: test objects with duplicate inline enums see issue# 21582
0 commit comments