-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhypar.json
71 lines (71 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"$schema": "https://hypar.io/Schemas/Function.json",
"id": "8531e593-67b2-49cf-b606-0f6a6e0ac854",
"name": "Space Type",
"description": "Lay out a space type.",
"language": "C#",
"model_dependencies": [
{
"name": "Program Requirements"
},
{
"autohide": false,
"name": "Space Planning Zones",
"optional": false
},
{
"autohide": false,
"name": "Levels",
"optional": true
},
{
"name": "Circulation",
"optional": true
},
{
"name": "Conceptual Mass",
"optional": true
},
{
"name": "Floors",
"optional": true
}
],
"input_schema": {
"type": "object",
"properties": {}
},
"overrides": {
"Furniture Locations": {
"perParent": "Level",
"context": "[*discriminator=Elements.ElementInstance]",
"identity": {
"OriginalLocation": {
"$ref": "https://schemas.hypar.io/Vector3.json"
},
"gltfLocation": {
"type": "string"
}
},
"schema": {
"Transform": {
"$ref": "https://schemas.hypar.io/Transform.json"
}
}
}
},
"element_types": [
"https://schemas.hypar.io/LevelElements.json",
"https://schemas.hypar.io/SpaceBoundary.json",
"https://schemas.hypar.io/LevelVolume.json",
"https://schemas.hypar.io/WorkpointCount.json",
"https://schemas.hypar.io/CirculationSegment.json",
"https://schemas.hypar.io/ProgramRequirement.json",
"https://schemas.hypar.io/RevitFamilyPointInstanceMapping.json"
],
"model_output": "Furniture and Equipment",
"repository_url": "https://github.com/hypar-io/function",
"last_updated": "0001-01-01T00:00:00",
"cli_version": "1.8.0-alpha.8",
"stream_model": true
}