-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
209 changed files
with
3,268 additions
and
892 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# VRChat.API.Model.FavoritedWorld | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**AuthorId** | **string** | A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. | | ||
**AuthorName** | **string** | | | ||
**Capacity** | **int** | | | ||
**Description** | **string** | | | ||
**RecommendedCapacity** | **int** | | [optional] | ||
**CreatedAt** | **DateTime** | | | ||
**Favorites** | **int** | | [default to 0] | ||
**FavoriteGroup** | **string** | | | ||
**FavoriteId** | **string** | | | ||
**Featured** | **bool** | | [default to false] | ||
**Visits** | **int** | | [optional] [default to 0] | ||
**Heat** | **int** | | [default to 0] | ||
**Id** | **string** | WorldID be \"offline\" on User profiles if you are not friends with that user. | | ||
**ImageUrl** | **string** | | | ||
**LabsPublicationDate** | **string** | | | ||
**Name** | **string** | | | ||
**Occupants** | **int** | | [default to 0] | ||
**Organization** | **string** | | [default to "vrchat"] | ||
**Popularity** | **int** | | [default to 0] | ||
**PreviewYoutubeId** | **string** | | [optional] | ||
**PublicationDate** | **string** | | | ||
**ReleaseStatus** | **ReleaseStatus** | | | ||
**Tags** | **List<string>** | | | ||
**ThumbnailImageUrl** | **string** | | | ||
**UnityPackages** | [**List<UnityPackage>**](UnityPackage.md) | | | ||
**UpdatedAt** | **DateTime** | | | ||
**UdonProducts** | **List<string>** | | [optional] | ||
**_Version** | **int** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# VRChat.API.Model.Jam | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Description** | **string** | | | ||
**Id** | **string** | | | ||
**IsVisible** | **bool** | | | ||
**MoreInfo** | **string** | | | ||
**State** | **string** | One of: - submissions_open - closed | | ||
**StateChangeDates** | [**JamStateChangeDates**](JamStateChangeDates.md) | | | ||
**SubmissionContentGateDate** | **DateTime?** | | | ||
**SubmissionContentGated** | **bool** | | | ||
**Title** | **string** | | | ||
**UpdatedAt** | **DateTime** | | | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# VRChat.API.Model.JamStateChangeDates | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**Closed** | **DateTime?** | | [optional] | ||
**SubmissionsClosed** | **DateTime?** | | [optional] | ||
**SubmissionsOpened** | **DateTime?** | | [optional] | ||
**WinnersSelected** | **DateTime?** | | [optional] | ||
|
||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) | ||
|
Oops, something went wrong.