Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9f577d7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ariesclark committed Oct 7, 2024
1 parent 26240e1 commit 202f49d
Show file tree
Hide file tree
Showing 2 changed files with 284 additions and 2 deletions.
143 changes: 142 additions & 1 deletion dist/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3283,7 +3283,7 @@ paths:
-b "auth={authCookie}"
responses:
'200':
$ref: '#/components/responses/LimitedWorldListResponse'
$ref: '#/components/responses/FavoritedWorldListResponse'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'403':
Expand Down Expand Up @@ -8409,6 +8409,139 @@ components:
- assetUrl
- imageUrl
- name
FavoritedWorld:
description: ''
properties:
authorId:
$ref: '#/components/schemas/UserID'
authorName:
minLength: 1
type: string
capacity:
example: 8
type: integer
description:
minLength: 1
type: string
recommendedCapacity:
example: 16
type: integer
created_at:
format: date-time
type: string
favorites:
default: 0
example: 12024
minimum: 0
type: integer
favoriteGroup:
minLength: 1
type: string
favoriteId:
$ref: '#/components/schemas/FavoriteID'
featured:
default: false
type: boolean
visits:
default: 0
example: 9988675
minimum: 0
type: integer
heat:
default: 0
example: 5
minimum: 0
type: integer
id:
$ref: '#/components/schemas/WorldID'
imageUrl:
minLength: 1
type: string
labsPublicationDate:
example: none
minLength: 1
type: string
name:
minLength: 1
type: string
occupants:
default: 0
example: 47
minimum: 0
type: integer
organization:
default: vrchat
minLength: 1
type: string
popularity:
default: 0
example: 8
minimum: 0
type: integer
previewYoutubeId:
type: string
nullable: true
publicationDate:
example: none
minLength: 1
type: string
releaseStatus:
$ref: '#/components/schemas/ReleaseStatus'
storeId:
type: string
nullable: true
tags:
description: ' '
items:
$ref: '#/components/schemas/Tag'
type: array
thumbnailImageUrl:
minLength: 1
type: string
unityPackages:
description: ' '
items:
$ref: '#/components/schemas/UnityPackage'
minItems: 1
type: array
updated_at:
format: date-time
type: string
udonProducts:
type: array
items:
$ref: '#/components/schemas/UdonProductId'
version:
minimum: 1
type: integer
required:
- id
- description
- name
- authorId
- authorName
- capacity
- imageUrl
- thumbnailImageUrl
- releaseStatus
- storeId
- organization
- tags
- favorites
- favoriteGroup
- favoriteId
- featured
- created_at
- updated_at
- publicationDate
- labsPublicationDate
- unityPackages
- popularity
- heat
- occupants
- version
title: FavoritedWorld
type: object
UpdateWorldRequest:
title: UpdateWorldRequest
type: object
Expand Down Expand Up @@ -9975,6 +10108,14 @@ components:
error:
message: \"You can't create a world right now\"
status_code: 400
FavoritedWorldListResponse:
description: Returns a list of FavoritedWorld objects.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/FavoritedWorld'
WorldSeeOtherUserFavoritesError:
description: Error response when trying to see favourited worlds of another user without sufficient admin permissions.
content:
Expand Down
143 changes: 142 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3283,7 +3283,7 @@ paths:
-b "auth={authCookie}"
responses:
'200':
$ref: '#/components/responses/LimitedWorldListResponse'
$ref: '#/components/responses/FavoritedWorldListResponse'
'401':
$ref: '#/components/responses/MissingCredentialsError'
'403':
Expand Down Expand Up @@ -8409,6 +8409,139 @@ components:
- assetUrl
- imageUrl
- name
FavoritedWorld:
description: ''
properties:
authorId:
$ref: '#/components/schemas/UserID'
authorName:
minLength: 1
type: string
capacity:
example: 8
type: integer
description:
minLength: 1
type: string
recommendedCapacity:
example: 16
type: integer
created_at:
format: date-time
type: string
favorites:
default: 0
example: 12024
minimum: 0
type: integer
favoriteGroup:
minLength: 1
type: string
favoriteId:
$ref: '#/components/schemas/FavoriteID'
featured:
default: false
type: boolean
visits:
default: 0
example: 9988675
minimum: 0
type: integer
heat:
default: 0
example: 5
minimum: 0
type: integer
id:
$ref: '#/components/schemas/WorldID'
imageUrl:
minLength: 1
type: string
labsPublicationDate:
example: none
minLength: 1
type: string
name:
minLength: 1
type: string
occupants:
default: 0
example: 47
minimum: 0
type: integer
organization:
default: vrchat
minLength: 1
type: string
popularity:
default: 0
example: 8
minimum: 0
type: integer
previewYoutubeId:
type: string
nullable: true
publicationDate:
example: none
minLength: 1
type: string
releaseStatus:
$ref: '#/components/schemas/ReleaseStatus'
storeId:
type: string
nullable: true
tags:
description: ' '
items:
$ref: '#/components/schemas/Tag'
type: array
thumbnailImageUrl:
minLength: 1
type: string
unityPackages:
description: ' '
items:
$ref: '#/components/schemas/UnityPackage'
minItems: 1
type: array
updated_at:
format: date-time
type: string
udonProducts:
type: array
items:
$ref: '#/components/schemas/UdonProductId'
version:
minimum: 1
type: integer
required:
- id
- description
- name
- authorId
- authorName
- capacity
- imageUrl
- thumbnailImageUrl
- releaseStatus
- storeId
- organization
- tags
- favorites
- favoriteGroup
- favoriteId
- featured
- created_at
- updated_at
- publicationDate
- labsPublicationDate
- unityPackages
- popularity
- heat
- occupants
- version
title: FavoritedWorld
type: object
UpdateWorldRequest:
title: UpdateWorldRequest
type: object
Expand Down Expand Up @@ -9975,6 +10108,14 @@ components:
error:
message: \"You can't create a world right now\"
status_code: 400
FavoritedWorldListResponse:
description: Returns a list of FavoritedWorld objects.
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/FavoritedWorld'
WorldSeeOtherUserFavoritesError:
description: Error response when trying to see favourited worlds of another user without sufficient admin permissions.
content:
Expand Down

0 comments on commit 202f49d

Please sign in to comment.