Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 20753b4

Browse files
committed
update yaml names
1 parent 7043ab7 commit 20753b4

File tree

5 files changed

+22
-23
lines changed

5 files changed

+22
-23
lines changed

example/src/routes/components/pet-schema.yaml renamed to example/src/routes/components/pet-schema.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,25 @@ components:
7070
type:
7171
type: string
7272
message:
73-
type: string
73+
type: string
74+
75+
UpdatePetObject:
76+
type: object
77+
properties:
78+
name:
79+
type: string
80+
description: Updated name of the pet
81+
status:
82+
type: string
83+
description: Updated status of the pet
84+
85+
UploadPetImageObject:
86+
type: object
87+
properties: # Request parts
88+
additionalMetadata: # Part 1 (string value)
89+
type: string
90+
description: Additional data to pass to server
91+
file: # Part 2 (an image)
92+
type: string
93+
format: binary
94+
description: file to upload

example/src/routes/components/pet-uploads.yaml

Lines changed: 0 additions & 22 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)