Skip to content
Merged
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
8 changes: 8 additions & 0 deletions openapi/components/schemas/CurrentUser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
format: date
accountDeletionLog:
type: array
description: " "

Check warning on line 18 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
nullable: true
items:
$ref: ./AccountDeletionLog.yaml
activeFriends:
type: array
description: " "

Check warning on line 24 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
items:
$ref: ./UserID.yaml
ageVerificationStatus:
Expand All @@ -30,19 +30,23 @@
$ref: ./AgeVerified.yaml
allowAvatarCopying:
type: boolean
appleDetails:
type: object

Check warning on line 34 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
appleId:
type: string
authToken:
type: string
description: The auth token for NEWLY REGISTERED ACCOUNTS ONLY (/auth/register)
badges:
type: array
description: " "

Check warning on line 42 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
items:
$ref: ./Badge.yaml
bio:
type: string
bioLinks:
type: array
description: " "

Check warning on line 49 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
items:
type: string
contentFilters:
Expand Down Expand Up @@ -88,8 +92,8 @@
type: array
items:
$ref: ./UserID.yaml
googleDetails:
type: object

Check warning on line 96 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
googleId:
type: string
hasBirthday:
Expand Down Expand Up @@ -146,24 +150,24 @@
$ref: ./UserID.yaml
pastDisplayNames:
type: array
description: " "

Check warning on line 153 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-description

Cannot be empty.
items:
$ref: ./PastDisplayName.yaml
picoId:
type: string
platform_history:
type: array
items:
type: object
properties:
isMobile:
type: boolean
platform:
$ref: ./Platform.yaml
nullable: true
recorded:
type: string
format: date-time

Check warning on line 170 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
presence:
$ref: ./CurrentUserPresence.yaml
profilePicOverride:
Expand Down Expand Up @@ -193,14 +197,18 @@
type: array
items:
type: string
steamDetails:
type: object

Check warning on line 201 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
steamId:
type: string
tags:
type: array
items:
$ref: ./Tag.yaml
twitchDetails:
type: object

Check warning on line 209 in openapi/components/schemas/CurrentUser.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
twitchId:
type: string
twoFactorAuthEnabled:
type: boolean
twoFactorAuthEnabledDate:
Expand Down
Loading