Skip to content

Commit 05dbc58

Browse files
committed
discard samples
1 parent 38666a6 commit 05dbc58

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

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

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,6 @@ tags:
1717
- name: user
1818
description: Operations about user
1919
paths:
20-
/one-of-array:
21-
post:
22-
description: Oneof array test
23-
operationId: oneOfArray
24-
requestBody:
25-
content:
26-
application/json:
27-
schema:
28-
oneOf:
29-
- items:
30-
type: string
31-
type: array
32-
- items:
33-
$ref: '#/components/schemas/TestObject'
34-
type: array
35-
responses:
36-
"204":
37-
description: Successful operation
3820
/roles/report:
3921
get:
4022
responses:
@@ -2947,8 +2929,3 @@ components:
29472929
enum:
29482930
- APPROVED
29492931
- MANUAL_APPROVAL_REQUIRED
2950-
TestObject:
2951-
properties:
2952-
name:
2953-
type: string
2954-
type: object

0 commit comments

Comments
 (0)