File tree Expand file tree Collapse file tree 1 file changed +24
-25
lines changed Expand file tree Collapse file tree 1 file changed +24
-25
lines changed Original file line number Diff line number Diff line change @@ -474,28 +474,27 @@ my.org.User
474474` ` ` json
475475"components": {
476476 "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"
487486 }
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"
499498 }
500499 }
501500 }
@@ -606,7 +605,7 @@ components:
606605 GeneralError:
607606 description: General Error
608607 content:
609- application/json
608+ application/json:
610609 schema:
611610 $ref: '#/components/schemas/GeneralError'
612611 securitySchemes:
@@ -927,8 +926,8 @@ requestBody:
927926 status:
928927 description: Updated status of the pet
929928 type: string
930- required:
931- - status
929+ required:
930+ - status
932931responses:
933932 '200':
934933 description: Pet updated.
@@ -2016,7 +2015,7 @@ paths:
20162015 schema:
20172016 type: object
20182017 properties:
2019- uuid: the unique user id
2018+ uuid: # the unique user id
20202019 type: string
20212020 format: uuid
20222021 links:
You can’t perform that action at this time.
0 commit comments