Skip to content

Commit

Permalink
Fix type of min and max argument number
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophB committed Jun 15, 2022
1 parent 8085249 commit fae492d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/top-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1572,13 +1572,13 @@ components:
This property defines the prefered notation of a function.
If the property is missing or undefined, it should be treated as prefix.
minArgumentNumber:
type: number
type: integer
format: int32
description: >
Determines how many arguments are at least required for this function.
If this property is missing, the minimum argument number is unrestricted.
maxArgumentNumber:
type: number
type: integer
format: int32
description: >
Determines how many arguments are allowed for this function at max.
Expand Down

0 comments on commit fae492d

Please sign in to comment.