Skip to content

Commit

Permalink
Remove storeId (vrchatapi#400)
Browse files Browse the repository at this point in the history
* Make storeId optional as they seem to have removed it?

* Remove storeId instead
  • Loading branch information
jellejurre authored Oct 8, 2024
1 parent 72a5da9 commit b9eaff9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions openapi/components/schemas/FavoritedWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ properties:
type: string
releaseStatus:
$ref: ./ReleaseStatus.yaml
storeId:
type: string
nullable: true
tags:
description: ' '
items:
Expand Down Expand Up @@ -112,7 +109,6 @@ required:
- imageUrl
- thumbnailImageUrl
- releaseStatus
- storeId
- organization
- tags
- favorites
Expand Down
4 changes: 0 additions & 4 deletions openapi/components/schemas/LimitedWorld.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ properties:
type: string
releaseStatus:
$ref: ./ReleaseStatus.yaml
storeId:
type: string
nullable: true
tags:
description: ' '
items:
Expand Down Expand Up @@ -97,7 +94,6 @@ required:
- imageUrl
- thumbnailImageUrl
- releaseStatus
- storeId
- organization
- tags
- favorites
Expand Down
4 changes: 0 additions & 4 deletions openapi/components/schemas/World.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,6 @@ properties:
type: string
releaseStatus:
$ref: ./ReleaseStatus.yaml
storeId:
type: string
nullable: true
tags:
description: ' '
type: array
Expand Down Expand Up @@ -140,7 +137,6 @@ required:
- popularity
- publicationDate
- releaseStatus
- storeId
- tags
- thumbnailImageUrl
- updated_at
Expand Down

0 comments on commit b9eaff9

Please sign in to comment.