Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add needed types
Browse files Browse the repository at this point in the history
jellejurre committed Sep 28, 2024
1 parent 198d9f6 commit 28514cc
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi/components/schemas/PlatformBuildInfo.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
title: PlatformBuildInfo
type: object
description: Build information for a platform
properties:
minBuildNumber:
type: integer
3 changes: 3 additions & 0 deletions openapi/components/schemas/ReportCategory.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
title: ReportCategory
type: object
description: A category used for reporting content
properties:
text:
type: string
3 changes: 3 additions & 0 deletions openapi/components/schemas/ReportReason.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
title: ReportReason
type: object
description: A reason used for reporting users
properties:
text:
type: string

0 comments on commit 28514cc

Please sign in to comment.