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
1 change: 0 additions & 1 deletion openapi/components/schemas/CalendarEvent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,23 @@
updatedAt:
type: string
format: date-time
userInterest:
type: object
properties:
createdAt:
type: string
format: date-time
isFollowing:
type: boolean
updatedAt:
type: string
format: date-time

Check warning on line 87 in openapi/components/schemas/CalendarEvent.yaml

View workflow job for this annotation

GitHub Actions / lint

vrc-title

Schema must have a non-empty title.
usesInstanceOverflow:
type: boolean
required:
- accessType
- category
- description
- durationInMs
- endsAt
- id
- startsAt
Expand Down
1 change: 1 addition & 0 deletions openapi/components/schemas/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ properties:
default: false
gameServerVersion:
type: integer
nullable: true
groupAccessType:
$ref: ./GroupAccessType.yaml
hardClose:
Expand Down
3 changes: 3 additions & 0 deletions openapi/components/schemas/InventoryDrop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ properties:
format: date-time
id:
$ref: ./InventoryDropID.yaml
isDisabled:
type: boolean
name:
type: string
notificationDetails:
Expand Down Expand Up @@ -49,6 +51,7 @@ required:
- dropExpiryDate
- endDropDate
- id
- isDisabled
- name
- notificationDetails
- startDropDate
Expand Down
4 changes: 3 additions & 1 deletion openapi/components/schemas/InventoryItem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ properties:
$ref: ./InventoryMetadata.yaml
name:
type: string
quantifiable:
type: boolean
tags:
type: array
items:
Expand Down Expand Up @@ -73,7 +75,6 @@ required:
- created_at
- defaultAttributes
- description
- expiryDate
- flags
- holderId
- id
Expand All @@ -84,6 +85,7 @@ required:
- itemTypeLabel
- metadata
- name
- quantifiable
- tags
- templateId
- template_created_at
Expand Down