Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions openapi/components/parameters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,20 @@
in: query
schema:
$ref: ./schemas/UserID.yaml
fuzzy:
name: fuzzy
required: false
in: query
schema:
type: boolean

Check warning on line 309 in openapi/components/parameters.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-parameter-description

Parameter objects must have "description".
groupByDuration:
name: groupByDuration
description: Time bucket size for economy metrics. Observed values include `days` and `years`.
required: false
in: query
schema:
type: string
example: days
groupGalleryId:
name: groupGalleryId
description: Must be a valid group gallery ID.
Expand Down Expand Up @@ -463,7 +471,7 @@
$ref: ./schemas/InventoryItemType.yaml
inventoryPedestalDuration:
name: duration
description: The duration before the sharing pedestal despawns.

Check notice on line 474 in openapi/components/parameters.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-typos

Unknown word: despawns, did you mean despairs, deans, or dedans?
required: true
in: query
schema:
Expand Down Expand Up @@ -541,6 +549,22 @@
schema:
type: integer
example: 100
listingTypeFilter:
name: listingType
description: Filter user listings by category. Observed values include `otp` and `subscription`.
required: false
in: query
schema:
type: string
example: otp
managementPov:
name: managementPov
description: Return stores from the seller management point of view.
required: false
in: query
schema:
type: boolean
example: true
maxUnityVersion:
name: maxUnityVersion
description: The maximum Unity version supported by the asset.
Expand All @@ -562,6 +586,22 @@
in: query
schema:
type: string
metricDateEnd:
name: metricDateEnd
description: Upper bound for economy metrics queries. Observed formats include both date-only and full ISO timestamps.
required: false
in: query
schema:
type: string
example: 2026-04-04T21:59:59.999Z
metricDateStart:
name: metricDateStart
description: Lower bound for economy metrics queries. Observed formats include both date-only and full ISO timestamps.
required: false
in: query
schema:
type: string
example: 2026-03-28T23:00:00.000Z
minUnityVersion:
name: minUnityVersion
description: The minimum Unity version supported by the asset.
Expand Down Expand Up @@ -605,12 +645,12 @@
schema:
type: string
format: date-time
mostRecentFlag:
name: mostRecent
required: false
in: query
schema:
type: boolean

Check warning on line 653 in openapi/components/parameters.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-parameter-description

Parameter objects must have "description".
noplatform:
name: noplatform
description: The platform the asset does not support.
Expand Down Expand Up @@ -741,6 +781,20 @@
in: query
schema:
type: string
sellerId:
name: sellerId
description: Seller to retrieve economy metrics for.
required: true
in: query
schema:
$ref: ./schemas/UserID.yaml
sellerIdQuery:
name: sellerId
description: Filter results by seller.
required: false
in: query
schema:
$ref: ./schemas/UserID.yaml
slot:
name: slot
description: The message slot to fetch of a given message type.
Expand Down Expand Up @@ -780,18 +834,18 @@
schema:
type: string
example: game night
storeId:
name: storeId
required: true
in: query
schema:
$ref: ./schemas/StoreID.yaml

Check warning on line 842 in openapi/components/parameters.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-parameter-description

Parameter objects must have "description".
storeView:
name: fetch
required: false
in: query
schema:
$ref: ./schemas/StoreView.yaml

Check warning on line 848 in openapi/components/parameters.yaml

View workflow job for this annotation

GitHub Actions / lint

oas3-parameter-description

Parameter objects must have "description".
submitterId:
name: submitterId
description: Must be a valid user ID.
Expand Down
16 changes: 16 additions & 0 deletions openapi/components/paths.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@
$ref: "./paths/economy.yaml#/paths/~1economy~1store"
/economy/store/shelves:
$ref: "./paths/economy.yaml#/paths/~1economy~1store~1shelves"
/economy/stores:
$ref: "./paths/economy.yaml#/paths/~1economy~1stores"
"/favorite/group/{favoriteGroupType}/{favoriteGroupName}/{userId}":
$ref: "./paths/favorites.yaml#/paths/~1favorite~1group~1{favoriteGroupType}~1{favoriteGroupName}~1{userId}"
/favorite/groups:
Expand Down Expand Up @@ -288,6 +290,8 @@
$ref: "./paths/miscellaneous.yaml#/paths/~1js~1app.js"
"/licenseGroups/{licenseGroupId}":
$ref: "./paths/economy.yaml#/paths/~1licenseGroups~1{licenseGroupId}"
/listing:
$ref: "./paths/economy.yaml#/paths/~1listing"
"/listing/{productId}":
$ref: "./paths/economy.yaml#/paths/~1listing~1{productId}"
/logout:
Expand Down Expand Up @@ -320,6 +324,8 @@
$ref: "./paths/prints.yaml#/paths/~1prints~1user~1{userId}"
"/prints/{printId}":
$ref: "./paths/prints.yaml#/paths/~1prints~1{printId}"
/products:
$ref: "./paths/economy.yaml#/paths/~1products"
"/products/{productId}":
$ref: "./paths/economy.yaml#/paths/~1products~1{productId}"
/props:
Expand Down Expand Up @@ -352,6 +358,12 @@
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1balance~1earnings"
"/user/{userId}/economy/account":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1account"
"/user/{userId}/economy/balances":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1balances"
"/user/{userId}/economy/payouts/list":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1list"
"/user/{userId}/economy/payouts/status":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1payouts~1status"
"/user/{userId}/economy/transactions":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1economy~1transactions"
"/user/{userId}/friendRequest":
Expand All @@ -362,6 +374,10 @@
$ref: "./paths/inventory.yaml#/paths/~1user~1{userId}~1inventory~1{inventoryItemId}"
"/user/{userId}/listings":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1listings"
"/user/{userId}/products":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1products"
"/user/{userId}/tilia/kyc":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1kyc"
"/user/{userId}/tilia/tos":
$ref: "./paths/economy.yaml#/paths/~1user~1{userId}~1tilia~1tos"
/userNotes:
Expand Down
Loading
Loading