diff --git a/openapi/components/schemas/PlatformBuildInfo.yaml b/openapi/components/schemas/PlatformBuildInfo.yaml index 418ad635..33c95264 100644 --- a/openapi/components/schemas/PlatformBuildInfo.yaml +++ b/openapi/components/schemas/PlatformBuildInfo.yaml @@ -1,3 +1,6 @@ +title: PlatformBuildInfo +type: object +description: Build information for a platform properties: minBuildNumber: type: integer diff --git a/openapi/components/schemas/ReportCategory.yaml b/openapi/components/schemas/ReportCategory.yaml index 64f94435..649d3738 100644 --- a/openapi/components/schemas/ReportCategory.yaml +++ b/openapi/components/schemas/ReportCategory.yaml @@ -1,3 +1,6 @@ +title: ReportCategory +type: object +description: A category used for reporting content properties: text: type: string diff --git a/openapi/components/schemas/ReportReason.yaml b/openapi/components/schemas/ReportReason.yaml index 383da440..9544c982 100644 --- a/openapi/components/schemas/ReportReason.yaml +++ b/openapi/components/schemas/ReportReason.yaml @@ -1,3 +1,6 @@ +title: ReportReason +type: object +description: A reason used for reporting users properties: text: type: string