File tree Expand file tree Collapse file tree 8 files changed +18
-0
lines changed
packages/schema/src/schema Expand file tree Collapse file tree 8 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"Length" : {
9
9
"type" : " number" ,
10
+ "exclusiveMinimum" : 0 ,
10
11
"description" : " The length of the box"
11
12
},
12
13
"Width" : {
13
14
"type" : " number" ,
15
+ "exclusiveMinimum" : 0 ,
14
16
"description" : " The width of the box"
15
17
},
16
18
"Height" : {
17
19
"type" : " number" ,
20
+ "exclusiveMinimum" : 0 ,
18
21
"description" : " The height of the box"
19
22
},
20
23
"Placement" : {
Original file line number Diff line number Diff line change 11
11
},
12
12
"Edge" : {
13
13
"type" : " number" ,
14
+ "minimum" : 0 ,
14
15
"description" : " The edge index"
15
16
},
16
17
"Dist" : {
17
18
"type" : " number" ,
19
+ "minimum" : 0 ,
18
20
"description" : " The distance of the symmetric chamfer"
19
21
},
20
22
"Placement" : {
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"Radius1" : {
9
9
"type" : " number" ,
10
+ "exclusiveMinimum" : 0 ,
10
11
"description" : " The bottom radius of the cone"
11
12
},
12
13
"Radius2" : {
13
14
"type" : " number" ,
15
+ "exclusiveMinimum" : 0 ,
14
16
"description" : " The top radius of the cone"
15
17
},
16
18
"Height" : {
17
19
"type" : " number" ,
20
+ "exclusiveMinimum" : 0 ,
18
21
"description" : " The height of the cone"
19
22
},
20
23
"Angle" : {
21
24
"type" : " number" ,
25
+ "exclusiveMinimum" : 0 ,
22
26
"description" : " The angle of the cone"
23
27
},
24
28
"Placement" : {
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"Radius" : {
9
9
"type" : " number" ,
10
+ "exclusiveMinimum" : 0 ,
10
11
"description" : " Radius of the cylinder"
11
12
},
12
13
"Height" : {
13
14
"type" : " number" ,
15
+ "exclusiveMinimum" : 0 ,
14
16
"description" : " Height of the cylinder"
15
17
},
16
18
"Angle" : {
17
19
"type" : " number" ,
20
+ "exclusiveMinimum" : 0 ,
18
21
"description" : " Angle of the cylinder"
19
22
},
20
23
"Placement" : {
Original file line number Diff line number Diff line change 11
11
},
12
12
"Edge" : {
13
13
"type" : " number" ,
14
+ "minimum" : 0 ,
14
15
"description" : " The edge index"
15
16
},
16
17
"Radius" : {
17
18
"type" : " number" ,
19
+ "exclusiveMinimum" : 0 ,
18
20
"description" : " The radius for the fillet"
19
21
},
20
22
"Placement" : {
Original file line number Diff line number Diff line change 49
49
},
50
50
"Radius" : {
51
51
"type" : " number" ,
52
+ "exclusiveMinimum" : 0 ,
52
53
"description" : " Radius"
53
54
}
54
55
}
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"Radius" : {
9
9
"type" : " number" ,
10
+ "exclusiveMinimum" : 0 ,
10
11
"description" : " The radius of the sphere"
11
12
},
12
13
"Angle1" : {
Original file line number Diff line number Diff line change 7
7
"properties" : {
8
8
"Radius1" : {
9
9
"type" : " number" ,
10
+ "exclusiveMinimum" : 0 ,
10
11
"description" : " The radius of the torus"
11
12
},
12
13
"Radius2" : {
13
14
"type" : " number" ,
15
+ "exclusiveMinimum" : 0 ,
14
16
"description" : " The radius of the torus"
15
17
},
16
18
"Angle1" : {
You can’t perform that action at this time.
0 commit comments