-
Notifications
You must be signed in to change notification settings - Fork 0
/
hypar.json
44 lines (44 loc) · 1.08 KB
/
hypar.json
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
39
40
41
42
43
44
{
"$schema": "https://hypar.io/Schemas/Function.json",
"id": "6ab9b6c6-d283-471a-8761-6c73bfde38f6",
"name": "make actions",
"description": "The MakeActions function.",
"model_output": "Custom Views",
"language": "C#",
"input_schema": {
"type": "object",
"properties": {
"Length": {
"type": "number",
"description": "The Length.",
"minimum": 1.0,
"maximum": 10.0,
"multipleOf": 1.0,
"$hyparUnitType": "length"
},
"Width": {
"type": "number",
"description": "The Width.",
"minimum": 1.0,
"maximum": 10.0,
"multipleOf": 1.0,
"$hyparUnitType": "length"
}
}
},
"outputs": [
{
"unit_type": "volume",
"name": "Volume",
"description": "The volume.",
"type": "number"
}
],
"repository_url": "https://github.com/hypar-io/function",
"last_updated": "0001-01-01T00:00:00",
"cli_version": "1.8.0",
"element_types": [
"https://schemas.hypar.io/ViewScope.json",
"https://schemas.hypar.io/FunctionIdentifier.json"
]
}