Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

アバター選択のリクエストは種族IDだけで十分 #52

Open
CornerSyrup opened this issue Aug 23, 2022 · 0 comments
Open

アバター選択のリクエストは種族IDだけで十分 #52

CornerSyrup opened this issue Aug 23, 2022 · 0 comments
Assignees
Labels
api-design Related to API definition
Milestone

Comments

@CornerSyrup
Copy link
Member

requestBody:
$ref: "#/components/requestBodies/selectAvatar"

selectAvatar:
content:
"application/json":
schema:
$ref: "#/components/schemas/avatar"

avatar:
description: アバター
type: object
required:
- race
- totalExp
- evolved
properties:
race:
description: アバターの種族
type: number
totalExp:
description: アバターの経験値
type: number
evolved:
description: アバターが進化したかどうか。
type: boolean
iconUrl:
description: アバターアイコン画像のURL
type: string

@CornerSyrup CornerSyrup added the api-design Related to API definition label Aug 23, 2022
@CornerSyrup CornerSyrup added this to the api-v0.4.1 milestone Aug 23, 2022
@CornerSyrup CornerSyrup self-assigned this Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-design Related to API definition
Projects
None yet
Development

No branches or pull requests

1 participant