From 11bb53e00f0dd779d31675cf7ff20b8f1f8a6e0b Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Fri, 1 Nov 2024 10:37:47 -0500 Subject: [PATCH] specify int32 numbers --- schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.yaml b/schema.yaml index 77b9441..fe56d8d 100644 --- a/schema.yaml +++ b/schema.yaml @@ -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: | @@ -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