Skip to content

Commit 2d52939

Browse files
committed
Trying to fix curl example and schema
Signed-off-by: Ricardo Zanini <zanini@redhat.com>
1 parent 4efb488 commit 2d52939

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/curl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"id": "curl",
33
"version": "1.0.0",
4-
"specVersion": "0.9",
5-
"name": "curl-workflow",
4+
"specVersion": "0.8",
5+
"name": "curlgoogle",
66
"description": "Curl Google",
77
"start": "curl",
88
"functions": [

schema/functions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"description": "HTTP Function operation definition",
109109
"properties": {
110110
"method": {
111+
"type": "string",
111112
"enum": [
112113
"GET",
113114
"HEAD",

0 commit comments

Comments
 (0)