-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhypar.json
More file actions
38 lines (38 loc) · 1.01 KB
/
hypar.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"description": "The python-starter function.",
"function": "handler.handler",
"function_id": "hypar-python-starter",
"name": "Python Starter",
"runtime": "python3.6",
"parameters": {
"width": {
"min": 0.1,
"max": 1.0,
"step": 0.1,
"description": "The width of the object.",
"type": "number"
},
"length": {
"min": 0.1,
"max": 1.0,
"step": 0.1,
"description": "The length of the object.",
"type": "number"
},
"height": {
"min": 0.1,
"max": 1.0,
"step": 0.1,
"description": "The height of the object.",
"type": "number"
}
},
"respository_url": "https://github.com/hypar-io/dotnet-starter",
"returns": {
"number_of_masses": {
"description": "The number of masses in the model.",
"type": "number"
}
},
"version": "0.0.2"
}