From d31750905ad66f51fde69053cfe6772152ef25cd Mon Sep 17 00:00:00 2001 From: akiradev Date: Fri, 16 Feb 2024 12:13:19 +0000 Subject: [PATCH] Flight RateType can no longer be NULL --- management/flight.yaml | 1 - management/schemas/flight.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/management/flight.yaml b/management/flight.yaml index 23d4e12..a398afc 100644 --- a/management/flight.yaml +++ b/management/flight.yaml @@ -199,7 +199,6 @@ paths: type: integer format: int32 enum: [1, 2, 3, 4, 5, 6] - nullable: true Price: type: number format: float diff --git a/management/schemas/flight.yaml b/management/schemas/flight.yaml index e93a9b3..dbc3f43 100644 --- a/management/schemas/flight.yaml +++ b/management/schemas/flight.yaml @@ -38,7 +38,6 @@ schemas: type: integer format: int32 enum: [1, 2, 3, 4, 5, 6] - nullable: true Price: type: number format: float