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 0ee5285
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ exports:
input:
contentType: application/json
type: number
format: int32
codeSamples:
- lang: typescript
source: |
Expand Down Expand Up @@ -323,6 +324,7 @@ imports:
input:
contentType: application/json
type: number
format: int32

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

0 comments on commit 0ee5285

Please sign in to comment.