Skip to content

Commit

Permalink
Flight RateType can no longer be NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
akiradev committed Feb 16, 2024
1 parent e945ee5 commit d317509
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion management/flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ paths:
type: integer
format: int32
enum: [1, 2, 3, 4, 5, 6]
nullable: true
Price:
type: number
format: float
Expand Down
1 change: 0 additions & 1 deletion management/schemas/flight.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ schemas:
type: integer
format: int32
enum: [1, 2, 3, 4, 5, 6]
nullable: true
Price:
type: number
format: float
Expand Down

0 comments on commit d317509

Please sign in to comment.