Skip to content

Commit

Permalink
specify int32 numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Nov 1, 2024
1 parent 8610095 commit 11bb53e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ exports:
description: a function that takes input, but returns no output
input:
contentType: application/json
type: number
type: integer
codeSamples:
- lang: typescript
source: |
Expand Down Expand Up @@ -322,7 +322,7 @@ imports:
description: a function that takes input, but returns no output
input:
contentType: application/json
type: number
type: integer

noInputNoOutputHost:
description: a function that takes no input, and returns no output
Expand Down

0 comments on commit 11bb53e

Please sign in to comment.