We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bc805 commit b144014Copy full SHA for b144014
examples/curl.json
@@ -1,8 +1,8 @@
1
{
2
"id": "curl",
3
"version": "1.0.0",
4
- "specVersion": "0.9",
5
- "name": "curl-workflow",
+ "specVersion": "0.8",
+ "name": "curlgoogle",
6
"description": "Curl Google",
7
"start": "curl",
8
"functions": [
schema/functions.json
@@ -108,6 +108,7 @@
108
"description": "HTTP Function operation definition",
109
"properties": {
110
"method": {
111
+ "type": "string",
112
"enum": [
113
"GET",
114
"HEAD",
0 commit comments