Skip to content

Commit

Permalink
fix(notifications): include the notification details schemas
Browse files Browse the repository at this point in the history
Include the notification details schemas manually since they aren't
referenced directly anywhere else.

Fixes: vrchatapi#317
  • Loading branch information
ttshivers committed Apr 24, 2024
1 parent 529de8e commit ef4f957
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
10 changes: 10 additions & 0 deletions openapi/components/schemas/_index.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
NotificationDetailInvite:
$ref: ./NotificationDetailInvite.yaml
NotificationDetailInviteResponse:
$ref: ./NotificationDetailInviteResponse.yaml
NotificationDetailRequestInvite:
$ref: ./NotificationDetailRequestInvite.yaml
NotificationDetailRequestInviteResponse:
$ref: ./NotificationDetailRequestInviteResponse.yaml
NotificationDetailVoteToKick:
$ref: ./NotificationDetailVoteToKick.yaml
3 changes: 2 additions & 1 deletion openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ servers:
paths:
$ref: ./components/paths.yaml
components:
schemas: {}
schemas:
$ref: ./components/schemas/_index.yaml
securitySchemes:
$ref: ./components/securitySchemes.yaml
responses: {}
Expand Down

0 comments on commit ef4f957

Please sign in to comment.