Skip to content

Commit

Permalink
Merge pull request #66 from adzerk/akirasato/sc-51904/add-error-messa…
Browse files Browse the repository at this point in the history
…ging-to-null-rate-type-in

[sc-51904] Flight RateType can no longer be NULL
  • Loading branch information
akiradev authored Feb 16, 2024
2 parents e945ee5 + d317509 commit dd1449e
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 dd1449e

Please sign in to comment.