Commit af1e585
File tree
132 files changed
+184
-837
lines changed- petstore/openapi_json_schema_generator_python
- .openapi-generator
- src/openapi_client
- components
- request_bodies
- request_body_pet
- request_body_user_array
- content/application_json
- schema
- security_schemes
- paths
- pet_find_by_status/get
- parameters/parameter_0
- responses
- response_200
- content
- application_json
- application_xml
- response_400
- pet_find_by_tags/get
- parameters/parameter_0
- responses
- response_200
- content
- application_json
- application_xml
- response_400
- pet_pet_id_upload_image/post
- parameters/parameter_0
- request_body
- content/multipart_form_data
- responses/response_200
- pet_pet_id
- delete
- parameters
- parameter_0
- parameter_1
- responses/response_400
- get
- parameters/parameter_0
- responses
- response_200
- response_400
- response_404
- post
- parameters/parameter_0
- request_body
- content/application_x_www_form_urlencoded
- responses/response_405
- pet
- post
- responses
- response_200
- response_405
- put
- responses
- response_200
- response_400
- response_404
- response_405
- store_inventory/get
- responses/response_200
- content/application_json
- store_order_order_id
- delete
- parameters/parameter_0
- responses
- response_400
- response_404
- get
- parameters/parameter_0
- responses
- response_200
- response_400
- response_404
- store_order/post
- request_body
- responses
- response_200
- response_400
- user_create_with_array/post
- responses/response_default
- user_create_with_list/post
- responses/response_default
- user_login/get
- parameters
- parameter_0
- parameter_1
- responses
- response_200
- content
- application_json
- application_xml
- headers
- header_set_cookie
- header_x_expires_after
- header_x_rate_limit
- response_400
- user_logout/get
- responses/response_default
- user_username
- delete
- parameters/parameter_0
- responses
- response_400
- response_404
- get
- parameters/parameter_0
- responses
- response_200
- response_400
- response_404
- put
- parameters/parameter_0
- request_body
- responses
- response_400
- response_404
- user/post
- request_body
- responses/response_default
- servers
- test/components/schema
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
132 files changed
+184
-837
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | 41 | | |
44 | 42 | | |
45 | 43 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
364 | 372 | | |
365 | 373 | | |
366 | 374 | | |
367 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
368 | 382 | | |
369 | 383 | | |
370 | 384 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
petstore/openapi_json_schema_generator_python/src/openapi_client/components/schema/api_response.py
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
Lines changed: 1 addition & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 10 | + | |
21 | 11 | | |
22 | 12 | | |
23 | 13 | | |
| |||
0 commit comments