Skip to content

Commit

Permalink
🩹 /gamesのジャンル指定で配列にする
Browse files Browse the repository at this point in the history
  • Loading branch information
ikura-hamu committed Oct 8, 2023
1 parent 83138e7 commit ac70d48
Show file tree
Hide file tree
Showing 2 changed files with 181 additions and 176 deletions.
10 changes: 7 additions & 3 deletions docs/openapi/v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -357,11 +357,15 @@ paths:
取得するゲームの開始位置を指定します。
指定なしの場合は0となります。
- schema:
type: string
example: 3fa85f64-5717-4562-b3fc-2c963f66afa
type: array
items:
$ref: '#/components/schemas/GameGenreID'
example: [3fa85f64-5717-4562-b3fc-2c963f66afa]

Check failure on line 363 in docs/openapi/v2.yaml

View workflow job for this annotation

GitHub Actions / Lint (pull_request)

oas3-valid-schema-example

"0" property must match format "uuid"
in: query
name: genre
description: 取得するゲームのジャンルを指定します。指定なしの場合は、ジャンルによる絞り込みを行いません。また、コンマ区切りで複数指定することができ、複数指定した場合はそれらすべてのジャンルに当てはまるゲームを返します。
description: |
取得するゲームのジャンルを指定します。指定なしの場合は、ジャンルによる絞り込みを行いません。
また、コンマ区切りで配列として複数指定でき、複数指定した場合はそれらすべてのジャンルに当てはまるゲームを返します。
- schema:
type: string
example: げーむ
Expand Down
Loading

0 comments on commit ac70d48

Please sign in to comment.