File tree Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Expand file tree Collapse file tree 1 file changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -474,28 +474,27 @@ my.org.User
474
474
```json
475
475
"components": {
476
476
"schemas": {
477
- "Category": {
478
- "type": "object",
479
- "properties": {
480
- "id": {
481
- "type": "integer",
482
- "format": "int64"
483
- },
484
- "name": {
485
- "type": "string"
486
- }
477
+ "Category": {
478
+ "type": "object",
479
+ "properties": {
480
+ "id": {
481
+ "type": "integer",
482
+ "format": "int64"
483
+ },
484
+ "name": {
485
+ "type": "string"
487
486
}
488
- },
489
- "Tag": {
490
- "type ": "object",
491
- "properties ": {
492
- "id ": {
493
- "type ": "integer",
494
- "format ": "int64"
495
- },
496
- "name": {
497
- "type ": "string"
498
- }
487
+ }
488
+ },
489
+ "Tag ": {
490
+ "type ": "object",
491
+ "properties ": {
492
+ "id ": {
493
+ "type ": "integer",
494
+ "format": "int64"
495
+ },
496
+ "name ": {
497
+ "type": "string"
499
498
}
500
499
}
501
500
}
@@ -606,7 +605,7 @@ components:
606
605
GeneralError:
607
606
description: General Error
608
607
content:
609
- application/json
608
+ application/json:
610
609
schema:
611
610
$ref: '#/components/schemas/GeneralError'
612
611
securitySchemes:
@@ -927,8 +926,8 @@ requestBody:
927
926
status:
928
927
description: Updated status of the pet
929
928
type: string
930
- required:
931
- - status
929
+ required:
930
+ - status
932
931
responses:
933
932
'200':
934
933
description: Pet updated.
@@ -1424,7 +1423,9 @@ In contrast with the 2.0 specification, `file` input/output content in OpenAPI i
1424
1423
schema:
1425
1424
type: string
1426
1425
format: base64
1426
+ ```
1427
1427
1428
+ ```yaml
1428
1429
# content transferred in binary (octet-stream):
1429
1430
schema:
1430
1431
type: string
@@ -2016,7 +2017,7 @@ paths:
2016
2017
schema:
2017
2018
type: object
2018
2019
properties:
2019
- uuid: the unique user id
2020
+ uuid: # the unique user id
2020
2021
type: string
2021
2022
format: uuid
2022
2023
links:
You can’t perform that action at this time.
0 commit comments