honeybee-openstudio 2.3.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b4f263504f0518c513e097b21587938d468c17e3c59936b02ecab31ec038df3c
4
- data.tar.gz: 9fa6f723e3d5f515de9fcf8d20be56a2ccd4111a1ee33a14401c42705a6dd860
3
+ metadata.gz: 286d4ed7b7981b2f557e672e6a5e1b7587d36aae5ca727fbb36d290ce4dd4558
4
+ data.tar.gz: 3334ff15c0a4605267b7d845d14273b7b07c39e5caba0f77244b5973a1246961
5
5
  SHA512:
6
- metadata.gz: 802bfedbb3d1a531e533325094afb0b77104a70d973ca13a5ad3b5731572c95f903f4754db1ca078f62a00a27f657d03d18ab8b265d49e871946106d9e0a55b0
7
- data.tar.gz: d7733f00aef9ca49f0e97c4821bafa012bff94827f2cc6f6344ae1a8b7a26d044937e340fc99ccb46c7c69c4dd4c1c21ed211fa3651083a9e962dfe9d5974bfb
6
+ metadata.gz: 8470fec97960b3607d23b13bcd1e94b0b6cbd98b3da5843172f8bc379b6c55dd52bb252226baed018206f4876cb41b64dbce460bb25f008bcd2debf23df01d94
7
+ data.tar.gz: f485a99da6dac5379af55dd40abd5d7d4a401711cf94d40be37d29c5beaa06fc09102e2a511e8aceab5ed0dc22159c9f9348f59442aa49081118edb80cb1c487
@@ -0,0 +1,32 @@
1
+ name: CD
2
+
3
+ on:
4
+ release:
5
+ types: [published]
6
+
7
+ jobs:
8
+ dispatchSchema:
9
+ name: "Dispatch Schema to Clients"
10
+ runs-on: ubuntu-latest
11
+
12
+ strategy:
13
+ matrix:
14
+ client_repo:
15
+ - ladybug-tools/lbt-grasshopper
16
+
17
+ steps:
18
+ - name: "send repo dispatch to lbt-grasshopper"
19
+ env:
20
+ RELEASE_TAG: ${{ github.event.release.tag_name }}
21
+ DISPATCH_URL: https://api.github.com/repos/${{ matrix.client_repo }}/dispatches
22
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
23
+ run: |
24
+ curl -X POST $DISPATCH_URL \
25
+ -H "Accept: application/vnd.github.everest-preview+json" \
26
+ -d '{
27
+ "event_type": "honeybee_openstudio_gem_release",
28
+ "client_payload": {
29
+ "version" : "'$RELEASE_TAG'"
30
+ }
31
+ }' \
32
+ -u ladybugbot:$GH_TOKEN
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'honeybee-openstudio'
7
- spec.version = '2.3.0'
7
+ spec.version = '2.5.1'
8
8
  spec.authors = ['Tanushree Charan', 'Dan Macumber', 'Chris Mackey', 'Mostapha Sadeghipour Roudsari']
9
9
  spec.email = ['tanushree.charan@nrel.gov', 'chris@ladybug.tools']
10
10
 
@@ -21,4 +21,4 @@ else
21
21
  end
22
22
 
23
23
  # include the honeybee-openstudio-gem
24
- gem 'honeybee-openstudio', '2.1.0'
24
+ gem 'honeybee-openstudio', '2.3.0'
@@ -3,7 +3,7 @@
3
3
  "servers": [],
4
4
  "info": {
5
5
  "description": "This is the documentation for Honeybee model schema.",
6
- "version": "1.32.0",
6
+ "version": "1.36.0",
7
7
  "title": "Honeybee Model Schema",
8
8
  "contact": {
9
9
  "name": "Ladybug Tools",
@@ -39,6 +39,11 @@
39
39
  "x-displayName": "AirBoundaryConstructionAbridged",
40
40
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/AirBoundaryConstructionAbridged\" />\n"
41
41
  },
42
+ {
43
+ "name": "allaireconomizertype_model",
44
+ "x-displayName": "AllAirEconomizerType",
45
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/AllAirEconomizerType\" />\n"
46
+ },
42
47
  {
43
48
  "name": "aperture_model",
44
49
  "x-displayName": "Aperture",
@@ -94,6 +99,16 @@
94
99
  "x-displayName": "BSDF",
95
100
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/BSDF\" />\n"
96
101
  },
102
+ {
103
+ "name": "baseboard_model",
104
+ "x-displayName": "Baseboard",
105
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Baseboard\" />\n"
106
+ },
107
+ {
108
+ "name": "baseboardequipmenttype_model",
109
+ "x-displayName": "BaseboardEquipmentType",
110
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/BaseboardEquipmentType\" />\n"
111
+ },
97
112
  {
98
113
  "name": "constructionset_model",
99
114
  "x-displayName": "ConstructionSet",
@@ -104,6 +119,11 @@
104
119
  "x-displayName": "ConstructionSetAbridged",
105
120
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ConstructionSetAbridged\" />\n"
106
121
  },
122
+ {
123
+ "name": "controltype_model",
124
+ "x-displayName": "ControlType",
125
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ControlType\" />\n"
126
+ },
107
127
  {
108
128
  "name": "door_model",
109
129
  "x-displayName": "Door",
@@ -144,6 +164,11 @@
144
164
  "x-displayName": "DoorRadiancePropertiesAbridged",
145
165
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/DoorRadiancePropertiesAbridged\" />\n"
146
166
  },
167
+ {
168
+ "name": "economizertype_model",
169
+ "x-displayName": "EconomizerType",
170
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EconomizerType\" />\n"
171
+ },
147
172
  {
148
173
  "name": "electricequipment_model",
149
174
  "x-displayName": "ElectricEquipment",
@@ -159,11 +184,6 @@
159
184
  "x-displayName": "EnergyMaterial",
160
185
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EnergyMaterial\" />\n"
161
186
  },
162
- {
163
- "name": "roughness_model",
164
- "x-displayName": "Roughness",
165
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Roughness\" />\n"
166
- },
167
187
  {
168
188
  "name": "energymaterialnomass_model",
169
189
  "x-displayName": "EnergyMaterialNoMass",
@@ -174,21 +194,11 @@
174
194
  "x-displayName": "EnergyWindowMaterialBlind",
175
195
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EnergyWindowMaterialBlind\" />\n"
176
196
  },
177
- {
178
- "name": "slatorientation_model",
179
- "x-displayName": "SlatOrientation",
180
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SlatOrientation\" />\n"
181
- },
182
197
  {
183
198
  "name": "energywindowmaterialgas_model",
184
199
  "x-displayName": "EnergyWindowMaterialGas",
185
200
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EnergyWindowMaterialGas\" />\n"
186
201
  },
187
- {
188
- "name": "gastype_model",
189
- "x-displayName": "GasType",
190
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/GasType\" />\n"
191
- },
192
202
  {
193
203
  "name": "energywindowmaterialgascustom_model",
194
204
  "x-displayName": "EnergyWindowMaterialGasCustom",
@@ -214,16 +224,41 @@
214
224
  "x-displayName": "EnergyWindowMaterialSimpleGlazSys",
215
225
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EnergyWindowMaterialSimpleGlazSys\" />\n"
216
226
  },
227
+ {
228
+ "name": "evaporativecooler_model",
229
+ "x-displayName": "EvaporativeCooler",
230
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EvaporativeCooler\" />\n"
231
+ },
232
+ {
233
+ "name": "evaporativecoolerequipmenttype_model",
234
+ "x-displayName": "EvaporativeCoolerEquipmentType",
235
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EvaporativeCoolerEquipmentType\" />\n"
236
+ },
237
+ {
238
+ "name": "fcu_model",
239
+ "x-displayName": "FCU",
240
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FCU\" />\n"
241
+ },
242
+ {
243
+ "name": "fcuequipmenttype_model",
244
+ "x-displayName": "FCUEquipmentType",
245
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FCUEquipmentType\" />\n"
246
+ },
247
+ {
248
+ "name": "fcuwithdoas_model",
249
+ "x-displayName": "FCUwithDOAS",
250
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FCUwithDOAS\" />\n"
251
+ },
252
+ {
253
+ "name": "fcuwithdoasequipmenttype_model",
254
+ "x-displayName": "FCUwithDOASEquipmentType",
255
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FCUwithDOASEquipmentType\" />\n"
256
+ },
217
257
  {
218
258
  "name": "face_model",
219
259
  "x-displayName": "Face",
220
260
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Face\" />\n"
221
261
  },
222
- {
223
- "name": "facetype_model",
224
- "x-displayName": "FaceType",
225
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FaceType\" />\n"
226
- },
227
262
  {
228
263
  "name": "face3d_model",
229
264
  "x-displayName": "Face3D",
@@ -244,6 +279,11 @@
244
279
  "x-displayName": "FaceRadiancePropertiesAbridged",
245
280
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FaceRadiancePropertiesAbridged\" />\n"
246
281
  },
282
+ {
283
+ "name": "facetype_model",
284
+ "x-displayName": "FaceType",
285
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FaceType\" />\n"
286
+ },
247
287
  {
248
288
  "name": "floorconstructionset_model",
249
289
  "x-displayName": "FloorConstructionSet",
@@ -264,6 +304,16 @@
264
304
  "x-displayName": "FloorModifierSetAbridged",
265
305
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FloorModifierSetAbridged\" />\n"
266
306
  },
307
+ {
308
+ "name": "forcedairfurnace_model",
309
+ "x-displayName": "ForcedAirFurnace",
310
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ForcedAirFurnace\" />\n"
311
+ },
312
+ {
313
+ "name": "furnaceequipmenttype_model",
314
+ "x-displayName": "FurnaceEquipmentType",
315
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/FurnaceEquipmentType\" />\n"
316
+ },
267
317
  {
268
318
  "name": "gasequipment_model",
269
319
  "x-displayName": "GasEquipment",
@@ -274,6 +324,21 @@
274
324
  "x-displayName": "GasEquipmentAbridged",
275
325
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/GasEquipmentAbridged\" />\n"
276
326
  },
327
+ {
328
+ "name": "gastype_model",
329
+ "x-displayName": "GasType",
330
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/GasType\" />\n"
331
+ },
332
+ {
333
+ "name": "gasunitheater_model",
334
+ "x-displayName": "GasUnitHeater",
335
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/GasUnitHeater\" />\n"
336
+ },
337
+ {
338
+ "name": "gasunitheaterequipmenttype_model",
339
+ "x-displayName": "GasUnitHeaterEquipmentType",
340
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/GasUnitHeaterEquipmentType\" />\n"
341
+ },
277
342
  {
278
343
  "name": "glass_model",
279
344
  "x-displayName": "Glass",
@@ -294,11 +359,6 @@
294
359
  "x-displayName": "IdealAirSystemAbridged",
295
360
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/IdealAirSystemAbridged\" />\n"
296
361
  },
297
- {
298
- "name": "economizertype_model",
299
- "x-displayName": "EconomizerType",
300
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/EconomizerType\" />\n"
301
- },
302
362
  {
303
363
  "name": "infiltration_model",
304
364
  "x-displayName": "Infiltration",
@@ -339,11 +399,6 @@
339
399
  "x-displayName": "Model",
340
400
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Model\" />\n"
341
401
  },
342
- {
343
- "name": "units_model",
344
- "x-displayName": "Units",
345
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Units\" />\n"
346
- },
347
402
  {
348
403
  "name": "modelenergyproperties_model",
349
404
  "x-displayName": "ModelEnergyProperties",
@@ -389,6 +444,36 @@
389
444
  "x-displayName": "Outdoors",
390
445
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Outdoors\" />\n"
391
446
  },
447
+ {
448
+ "name": "psz_model",
449
+ "x-displayName": "PSZ",
450
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PSZ\" />\n"
451
+ },
452
+ {
453
+ "name": "pszequipmenttype_model",
454
+ "x-displayName": "PSZEquipmentType",
455
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PSZEquipmentType\" />\n"
456
+ },
457
+ {
458
+ "name": "ptac_model",
459
+ "x-displayName": "PTAC",
460
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PTAC\" />\n"
461
+ },
462
+ {
463
+ "name": "ptacequipmenttype_model",
464
+ "x-displayName": "PTACEquipmentType",
465
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PTACEquipmentType\" />\n"
466
+ },
467
+ {
468
+ "name": "pvav_model",
469
+ "x-displayName": "PVAV",
470
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PVAV\" />\n"
471
+ },
472
+ {
473
+ "name": "pvavequipmenttype_model",
474
+ "x-displayName": "PVAVEquipmentType",
475
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/PVAVEquipmentType\" />\n"
476
+ },
392
477
  {
393
478
  "name": "people_model",
394
479
  "x-displayName": "People",
@@ -429,6 +514,16 @@
429
514
  "x-displayName": "RadianceSubFaceStateAbridged",
430
515
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/RadianceSubFaceStateAbridged\" />\n"
431
516
  },
517
+ {
518
+ "name": "residential_model",
519
+ "x-displayName": "Residential",
520
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Residential\" />\n"
521
+ },
522
+ {
523
+ "name": "residentialequipmenttype_model",
524
+ "x-displayName": "ResidentialEquipmentType",
525
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ResidentialEquipmentType\" />\n"
526
+ },
432
527
  {
433
528
  "name": "roofceilingconstructionset_model",
434
529
  "x-displayName": "RoofCeilingConstructionSet",
@@ -469,6 +564,11 @@
469
564
  "x-displayName": "RoomRadiancePropertiesAbridged",
470
565
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/RoomRadiancePropertiesAbridged\" />\n"
471
566
  },
567
+ {
568
+ "name": "roughness_model",
569
+ "x-displayName": "Roughness",
570
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Roughness\" />\n"
571
+ },
472
572
  {
473
573
  "name": "scheduleday_model",
474
574
  "x-displayName": "ScheduleDay",
@@ -484,6 +584,11 @@
484
584
  "x-displayName": "ScheduleFixedIntervalAbridged",
485
585
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ScheduleFixedIntervalAbridged\" />\n"
486
586
  },
587
+ {
588
+ "name": "schedulenumerictype_model",
589
+ "x-displayName": "ScheduleNumericType",
590
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ScheduleNumericType\" />\n"
591
+ },
487
592
  {
488
593
  "name": "scheduleruleabridged_model",
489
594
  "x-displayName": "ScheduleRuleAbridged",
@@ -504,11 +609,6 @@
504
609
  "x-displayName": "ScheduleTypeLimit",
505
610
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ScheduleTypeLimit\" />\n"
506
611
  },
507
- {
508
- "name": "schedulenumerictype_model",
509
- "x-displayName": "ScheduleNumericType",
510
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ScheduleNumericType\" />\n"
511
- },
512
612
  {
513
613
  "name": "scheduleunittype_model",
514
614
  "x-displayName": "ScheduleUnitType",
@@ -539,6 +639,11 @@
539
639
  "x-displayName": "ShadeEnergyPropertiesAbridged",
540
640
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShadeEnergyPropertiesAbridged\" />\n"
541
641
  },
642
+ {
643
+ "name": "shadelocation_model",
644
+ "x-displayName": "ShadeLocation",
645
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShadeLocation\" />\n"
646
+ },
542
647
  {
543
648
  "name": "shademodifierset_model",
544
649
  "x-displayName": "ShadeModifierSet",
@@ -559,6 +664,11 @@
559
664
  "x-displayName": "ShadeRadiancePropertiesAbridged",
560
665
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShadeRadiancePropertiesAbridged\" />\n"
561
666
  },
667
+ {
668
+ "name": "slatorientation_model",
669
+ "x-displayName": "SlatOrientation",
670
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/SlatOrientation\" />\n"
671
+ },
562
672
  {
563
673
  "name": "stategeometryabridged_model",
564
674
  "x-displayName": "StateGeometryAbridged",
@@ -574,6 +684,41 @@
574
684
  "x-displayName": "Trans",
575
685
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Trans\" />\n"
576
686
  },
687
+ {
688
+ "name": "units_model",
689
+ "x-displayName": "Units",
690
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Units\" />\n"
691
+ },
692
+ {
693
+ "name": "vav_model",
694
+ "x-displayName": "VAV",
695
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VAV\" />\n"
696
+ },
697
+ {
698
+ "name": "vavequipmenttype_model",
699
+ "x-displayName": "VAVEquipmentType",
700
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VAVEquipmentType\" />\n"
701
+ },
702
+ {
703
+ "name": "vrf_model",
704
+ "x-displayName": "VRF",
705
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VRF\" />\n"
706
+ },
707
+ {
708
+ "name": "vrfequipmenttype_model",
709
+ "x-displayName": "VRFEquipmentType",
710
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VRFEquipmentType\" />\n"
711
+ },
712
+ {
713
+ "name": "vrfwithdoas_model",
714
+ "x-displayName": "VRFwithDOAS",
715
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VRFwithDOAS\" />\n"
716
+ },
717
+ {
718
+ "name": "vrfwithdoasequipmenttype_model",
719
+ "x-displayName": "VRFwithDOASEquipmentType",
720
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VRFwithDOASEquipmentType\" />\n"
721
+ },
577
722
  {
578
723
  "name": "ventilation_model",
579
724
  "x-displayName": "Ventilation",
@@ -584,11 +729,46 @@
584
729
  "x-displayName": "VentilationAbridged",
585
730
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VentilationAbridged\" />\n"
586
731
  },
732
+ {
733
+ "name": "ventilationcontrolabridged_model",
734
+ "x-displayName": "VentilationControlAbridged",
735
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VentilationControlAbridged\" />\n"
736
+ },
737
+ {
738
+ "name": "ventilationopening_model",
739
+ "x-displayName": "VentilationOpening",
740
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/VentilationOpening\" />\n"
741
+ },
742
+ {
743
+ "name": "vintages_model",
744
+ "x-displayName": "Vintages",
745
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Vintages\" />\n"
746
+ },
587
747
  {
588
748
  "name": "void_model",
589
749
  "x-displayName": "Void",
590
750
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/Void\" />\n"
591
751
  },
752
+ {
753
+ "name": "wshp_model",
754
+ "x-displayName": "WSHP",
755
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WSHP\" />\n"
756
+ },
757
+ {
758
+ "name": "wshpequipmenttype_model",
759
+ "x-displayName": "WSHPEquipmentType",
760
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WSHPEquipmentType\" />\n"
761
+ },
762
+ {
763
+ "name": "wshpwithdoas_model",
764
+ "x-displayName": "WSHPwithDOAS",
765
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WSHPwithDOAS\" />\n"
766
+ },
767
+ {
768
+ "name": "wshpwithdoasequipmenttype_model",
769
+ "x-displayName": "WSHPwithDOASEquipmentType",
770
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WSHPwithDOASEquipmentType\" />\n"
771
+ },
592
772
  {
593
773
  "name": "wallconstructionset_model",
594
774
  "x-displayName": "WallConstructionSet",
@@ -609,6 +789,16 @@
609
789
  "x-displayName": "WallModifierSetAbridged",
610
790
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WallModifierSetAbridged\" />\n"
611
791
  },
792
+ {
793
+ "name": "windowac_model",
794
+ "x-displayName": "WindowAC",
795
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WindowAC\" />\n"
796
+ },
797
+ {
798
+ "name": "windowacequipmenttype_model",
799
+ "x-displayName": "WindowACEquipmentType",
800
+ "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WindowACEquipmentType\" />\n"
801
+ },
612
802
  {
613
803
  "name": "windowconstruction_model",
614
804
  "x-displayName": "WindowConstruction",
@@ -624,16 +814,6 @@
624
814
  "x-displayName": "WindowConstructionShade",
625
815
  "description": "<SchemaDefinition schemaRef=\"#/components/schemas/WindowConstructionShade\" />\n"
626
816
  },
627
- {
628
- "name": "shadelocation_model",
629
- "x-displayName": "ShadeLocation",
630
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ShadeLocation\" />\n"
631
- },
632
- {
633
- "name": "controltype_model",
634
- "x-displayName": "ControlType",
635
- "description": "<SchemaDefinition schemaRef=\"#/components/schemas/ControlType\" />\n"
636
- },
637
817
  {
638
818
  "name": "windowconstructionshadeabridged_model",
639
819
  "x-displayName": "WindowConstructionShadeAbridged",
@@ -647,6 +827,7 @@
647
827
  "adiabatic_model",
648
828
  "airboundaryconstruction_model",
649
829
  "airboundaryconstructionabridged_model",
830
+ "allaireconomizertype_model",
650
831
  "aperture_model",
651
832
  "apertureconstructionset_model",
652
833
  "apertureconstructionsetabridged_model",
@@ -657,6 +838,8 @@
657
838
  "apertureradiancepropertiesabridged_model",
658
839
  "autocalculate_model",
659
840
  "autosize_model",
841
+ "baseboard_model",
842
+ "baseboardequipmenttype_model",
660
843
  "bsdf_model",
661
844
  "constructionset_model",
662
845
  "constructionsetabridged_model",
@@ -681,19 +864,29 @@
681
864
  "energywindowmaterialglazing_model",
682
865
  "energywindowmaterialshade_model",
683
866
  "energywindowmaterialsimpleglazsys_model",
867
+ "evaporativecooler_model",
868
+ "evaporativecoolerequipmenttype_model",
684
869
  "face3d_model",
685
870
  "face_model",
686
871
  "faceenergypropertiesabridged_model",
687
872
  "facepropertiesabridged_model",
688
873
  "faceradiancepropertiesabridged_model",
689
874
  "facetype_model",
875
+ "fcu_model",
876
+ "fcuequipmenttype_model",
877
+ "fcuwithdoas_model",
878
+ "fcuwithdoasequipmenttype_model",
690
879
  "floorconstructionset_model",
691
880
  "floorconstructionsetabridged_model",
692
881
  "floormodifierset_model",
693
882
  "floormodifiersetabridged_model",
883
+ "forcedairfurnace_model",
884
+ "furnaceequipmenttype_model",
694
885
  "gasequipment_model",
695
886
  "gasequipmentabridged_model",
696
887
  "gastype_model",
888
+ "gasunitheater_model",
889
+ "gasunitheaterequipmenttype_model",
697
890
  "glass_model",
698
891
  "glow_model",
699
892
  "ground_model",
@@ -721,8 +914,16 @@
721
914
  "plastic_model",
722
915
  "programtype_model",
723
916
  "programtypeabridged_model",
917
+ "psz_model",
918
+ "pszequipmenttype_model",
919
+ "ptac_model",
920
+ "ptacequipmenttype_model",
921
+ "pvav_model",
922
+ "pvavequipmenttype_model",
724
923
  "radianceshadestateabridged_model",
725
924
  "radiancesubfacestateabridged_model",
925
+ "residential_model",
926
+ "residentialequipmenttype_model",
726
927
  "roofceilingconstructionset_model",
727
928
  "roofceilingconstructionsetabridged_model",
728
929
  "roofceilingmodifierset_model",
@@ -756,17 +957,32 @@
756
957
  "surface_model",
757
958
  "trans_model",
758
959
  "units_model",
960
+ "vav_model",
961
+ "vavequipmenttype_model",
759
962
  "ventilation_model",
760
963
  "ventilationabridged_model",
964
+ "ventilationcontrolabridged_model",
965
+ "ventilationopening_model",
966
+ "vintages_model",
761
967
  "void_model",
968
+ "vrf_model",
969
+ "vrfequipmenttype_model",
970
+ "vrfwithdoas_model",
971
+ "vrfwithdoasequipmenttype_model",
762
972
  "wallconstructionset_model",
763
973
  "wallconstructionsetabridged_model",
764
974
  "wallmodifierset_model",
765
975
  "wallmodifiersetabridged_model",
976
+ "windowac_model",
977
+ "windowacequipmenttype_model",
766
978
  "windowconstruction_model",
767
979
  "windowconstructionabridged_model",
768
980
  "windowconstructionshade_model",
769
- "windowconstructionshadeabridged_model"
981
+ "windowconstructionshadeabridged_model",
982
+ "wshp_model",
983
+ "wshpequipmenttype_model",
984
+ "wshpwithdoas_model",
985
+ "wshpwithdoasequipmenttype_model"
770
986
  ]
771
987
  }
772
988
  ],
@@ -781,24 +997,24 @@
781
997
  "n": {
782
998
  "title": "N",
783
999
  "description": "Plane normal as 3 (x, y, z) values.",
1000
+ "minItems": 3,
1001
+ "maxItems": 3,
784
1002
  "type": "array",
785
1003
  "items": {
786
1004
  "type": "number",
787
1005
  "format": "double"
788
- },
789
- "minItems": 3,
790
- "maxItems": 3
1006
+ }
791
1007
  },
792
1008
  "o": {
793
1009
  "title": "O",
794
1010
  "description": "Plane origin as 3 (x, y, z) values",
1011
+ "minItems": 3,
1012
+ "maxItems": 3,
795
1013
  "type": "array",
796
1014
  "items": {
797
1015
  "type": "number",
798
1016
  "format": "double"
799
- },
800
- "minItems": 3,
801
- "maxItems": 3
1017
+ }
802
1018
  },
803
1019
  "type": {
804
1020
  "title": "Type",
@@ -810,13 +1026,13 @@
810
1026
  "x": {
811
1027
  "title": "X",
812
1028
  "description": "Plane x-axis as 3 (x, y, z) values. If None, it is autocalculated.",
1029
+ "minItems": 3,
1030
+ "maxItems": 3,
813
1031
  "type": "array",
814
1032
  "items": {
815
1033
  "type": "number",
816
1034
  "format": "double"
817
- },
818
- "minItems": 3,
819
- "maxItems": 3
1035
+ }
820
1036
  }
821
1037
  },
822
1038
  "required": [
@@ -834,7 +1050,6 @@
834
1050
  "title": "Boundary",
835
1051
  "description": "A list of points representing the outer boundary vertices of the face. The list should include at least 3 points and each point should be a list of 3 (x, y, z) values.",
836
1052
  "minItems": 3,
837
- "maxItems": 3,
838
1053
  "type": "array",
839
1054
  "items": {
840
1055
  "type": "array",
@@ -856,7 +1071,6 @@
856
1071
  "holes": {
857
1072
  "title": "Holes",
858
1073
  "description": "Optional list of lists with one list for each hole in the face.Each hole should be a list of at least 3 points and each point a list of 3 (x, y, z) values. If None, it will be assumed that there are no holes in the face.",
859
- "minItems": 3,
860
1074
  "type": "array",
861
1075
  "items": {
862
1076
  "type": "array",
@@ -887,6 +1101,17 @@
887
1101
  ],
888
1102
  "additionalProperties": false
889
1103
  },
1104
+ "FaceType": {
1105
+ "title": "FaceType",
1106
+ "description": "An enumeration.",
1107
+ "enum": [
1108
+ "Wall",
1109
+ "Floor",
1110
+ "RoofCeiling",
1111
+ "AirBoundary"
1112
+ ],
1113
+ "type": "string"
1114
+ },
890
1115
  "Ground": {
891
1116
  "title": "Ground",
892
1117
  "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
@@ -985,12 +1210,12 @@
985
1210
  "boundary_condition_objects": {
986
1211
  "title": "Boundary Condition Objects",
987
1212
  "description": "A list of up to 3 object identifiers that are adjacent to this one. The first object is always the one that is immediately adjacent and is of the same object type (Face, Aperture, Door). When this boundary condition is applied to a Face, the second object in the tuple will be the parent Room of the adjacent object. When the boundary condition is applied to a sub-face (Door or Aperture), the second object will be the parent Face of the adjacent sub-face and the third object will be the parent Room of the adjacent sub-face.",
1213
+ "minItems": 2,
1214
+ "maxItems": 3,
988
1215
  "type": "array",
989
1216
  "items": {
990
1217
  "type": "string"
991
- },
992
- "minItems": 2,
993
- "maxItems": 3
1218
+ }
994
1219
  },
995
1220
  "type": {
996
1221
  "title": "Type",
@@ -1228,6 +1453,54 @@
1228
1453
  ],
1229
1454
  "additionalProperties": false
1230
1455
  },
1456
+ "VentilationOpening": {
1457
+ "title": "VentilationOpening",
1458
+ "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
1459
+ "type": "object",
1460
+ "properties": {
1461
+ "type": {
1462
+ "title": "Type",
1463
+ "default": "VentilationOpening",
1464
+ "pattern": "^VentilationOpening$",
1465
+ "type": "string",
1466
+ "readOnly": true
1467
+ },
1468
+ "fraction_area_operable": {
1469
+ "title": "Fraction Area Operable",
1470
+ "description": "A number for the fraction of the window area that is operable.",
1471
+ "default": 0.5,
1472
+ "minimum": 0,
1473
+ "maximum": 1,
1474
+ "type": "number",
1475
+ "format": "double"
1476
+ },
1477
+ "fraction_height_operable": {
1478
+ "title": "Fraction Height Operable",
1479
+ "description": "A number for the fraction of the distance from the bottom of the window to the top that is operable.",
1480
+ "default": 1.0,
1481
+ "minimum": 0,
1482
+ "maximum": 1,
1483
+ "type": "number",
1484
+ "format": "double"
1485
+ },
1486
+ "discharge_coefficient": {
1487
+ "title": "Discharge Coefficient",
1488
+ "description": "A number that will be multipled by the area of the window in the stack (buoyancy-driven) part of the equation to account for additional friction from window geometry, insect screens, etc. Typical values include 0.17, for unobstructed windows with insect screens and 0.25 for unobstructed windows without insect screens. This value should be lowered if windows are of an awning or casement type and not allowed to fully open.",
1489
+ "default": 0.17,
1490
+ "minimum": 0,
1491
+ "maximum": 1,
1492
+ "type": "number",
1493
+ "format": "double"
1494
+ },
1495
+ "wind_cross_vent": {
1496
+ "title": "Wind Cross Vent",
1497
+ "description": "Boolean to indicate if there is an opening of roughly equal area on the opposite side of the Room such that wind-driven cross ventilation will be induced. If False, the assumption is that the operable area is primarily on one side of the Room and there is no wind-driven ventilation.",
1498
+ "default": false,
1499
+ "type": "boolean"
1500
+ }
1501
+ },
1502
+ "additionalProperties": false
1503
+ },
1231
1504
  "ApertureEnergyPropertiesAbridged": {
1232
1505
  "title": "ApertureEnergyPropertiesAbridged",
1233
1506
  "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
@@ -1246,6 +1519,15 @@
1246
1519
  "maxLength": 100,
1247
1520
  "minLength": 1,
1248
1521
  "type": "string"
1522
+ },
1523
+ "vent_opening": {
1524
+ "title": "Vent Opening",
1525
+ "description": "An optional VentilationOpening to specify the operable portion of the Aperture.",
1526
+ "allOf": [
1527
+ {
1528
+ "$ref": "#/components/schemas/VentilationOpening"
1529
+ }
1530
+ ]
1249
1531
  }
1250
1532
  },
1251
1533
  "additionalProperties": false
@@ -1466,6 +1748,15 @@
1466
1748
  "maxLength": 100,
1467
1749
  "minLength": 1,
1468
1750
  "type": "string"
1751
+ },
1752
+ "vent_opening": {
1753
+ "title": "Vent Opening",
1754
+ "description": "An optional VentilationOpening to specify the operable portion of the Door.",
1755
+ "allOf": [
1756
+ {
1757
+ "$ref": "#/components/schemas/VentilationOpening"
1758
+ }
1759
+ ]
1469
1760
  }
1470
1761
  },
1471
1762
  "additionalProperties": false
@@ -1706,13 +1997,12 @@
1706
1997
  ]
1707
1998
  },
1708
1999
  "face_type": {
2000
+ "title": "Face Type",
1709
2001
  "allOf": [
1710
2002
  {
1711
2003
  "$ref": "#/components/schemas/FaceType"
1712
2004
  }
1713
- ],
1714
- "title": "Face Type",
1715
- "type": "string"
2005
+ ]
1716
2006
  },
1717
2007
  "boundary_condition": {
1718
2008
  "title": "Boundary Condition",
@@ -2295,30 +2585,97 @@
2295
2585
  ],
2296
2586
  "additionalProperties": false
2297
2587
  },
2298
- "RoomEnergyPropertiesAbridged": {
2299
- "title": "RoomEnergyPropertiesAbridged",
2588
+ "VentilationControlAbridged": {
2589
+ "title": "VentilationControlAbridged",
2300
2590
  "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
2301
2591
  "type": "object",
2302
2592
  "properties": {
2303
2593
  "type": {
2304
2594
  "title": "Type",
2305
- "default": "RoomEnergyPropertiesAbridged",
2306
- "pattern": "^RoomEnergyPropertiesAbridged$",
2595
+ "default": "VentilationControlAbridged",
2596
+ "pattern": "^VentilationControlAbridged$",
2307
2597
  "type": "string",
2308
2598
  "readOnly": true
2309
2599
  },
2310
- "construction_set": {
2311
- "title": "Construction Set",
2312
- "description": "Identifier of a ConstructionSet to specify all default constructions for the Faces, Apertures, and Doors of the Room. If None, the Room will use the Model global_construction_set.",
2313
- "maxLength": 100,
2314
- "minLength": 1,
2315
- "type": "string"
2600
+ "min_indoor_temperature": {
2601
+ "title": "Min Indoor Temperature",
2602
+ "description": "A number for the minimum indoor temperature at which to ventilate in Celsius. Typically, this variable is used to initiate ventilation.",
2603
+ "default": -100,
2604
+ "minimum": -100,
2605
+ "maximum": 100,
2606
+ "type": "number",
2607
+ "format": "double"
2316
2608
  },
2317
- "program_type": {
2318
- "title": "Program Type",
2319
- "description": "Identifier of a ProgramType to specify all default schedules and loads for the Room. If None, the Room will have no loads or setpoints.",
2320
- "maxLength": 100,
2321
- "minLength": 1,
2609
+ "max_indoor_temperature": {
2610
+ "title": "Max Indoor Temperature",
2611
+ "description": "A number for the maximum indoor temperature at which to ventilate in Celsius. This can be used to set a maximum temperature at which point ventilation is stopped and a cooling system is turned on.",
2612
+ "default": 100,
2613
+ "minimum": -100,
2614
+ "maximum": 100,
2615
+ "type": "number",
2616
+ "format": "double"
2617
+ },
2618
+ "min_outdoor_temperature": {
2619
+ "title": "Min Outdoor Temperature",
2620
+ "description": "A number for the minimum outdoor temperature at which to ventilate in Celsius. This can be used to ensure ventilative cooling does not happen during the winter even if the Room is above the min_indoor_temperature.",
2621
+ "default": -100,
2622
+ "minimum": -100,
2623
+ "maximum": 100,
2624
+ "type": "number",
2625
+ "format": "double"
2626
+ },
2627
+ "max_outdoor_temperature": {
2628
+ "title": "Max Outdoor Temperature",
2629
+ "description": "A number for the maximum indoor temperature at which to ventilate in Celsius. This can be used to set a limit for when it is considered too hot outside for ventilative cooling.",
2630
+ "default": 100,
2631
+ "minimum": -100,
2632
+ "maximum": 100,
2633
+ "type": "number",
2634
+ "format": "double"
2635
+ },
2636
+ "delta_temperature": {
2637
+ "title": "Delta Temperature",
2638
+ "description": "A number for the temperature differential in Celsius between indoor and outdoor below which ventilation is shut off. This should usually be a negative number so that ventilation only occurs when the outdoors is cooler than the indoors. Positive numbers indicate how much hotter the outdoors can be than the indoors before ventilation is stopped.",
2639
+ "default": -100,
2640
+ "minimum": -100,
2641
+ "maximum": 100,
2642
+ "type": "number",
2643
+ "format": "double"
2644
+ },
2645
+ "schedule": {
2646
+ "title": "Schedule",
2647
+ "description": "Identifier of the schedule for the ventilation over the course of the year. Note that this is applied on top of any setpoints. The type of this schedule should be On/Off and values should be either 0 (no possibility of ventilation) or 1 (ventilation possible).",
2648
+ "maxLength": 100,
2649
+ "minLength": 1,
2650
+ "type": "string"
2651
+ }
2652
+ },
2653
+ "additionalProperties": false
2654
+ },
2655
+ "RoomEnergyPropertiesAbridged": {
2656
+ "title": "RoomEnergyPropertiesAbridged",
2657
+ "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
2658
+ "type": "object",
2659
+ "properties": {
2660
+ "type": {
2661
+ "title": "Type",
2662
+ "default": "RoomEnergyPropertiesAbridged",
2663
+ "pattern": "^RoomEnergyPropertiesAbridged$",
2664
+ "type": "string",
2665
+ "readOnly": true
2666
+ },
2667
+ "construction_set": {
2668
+ "title": "Construction Set",
2669
+ "description": "Identifier of a ConstructionSet to specify all default constructions for the Faces, Apertures, and Doors of the Room. If None, the Room will use the Model global_construction_set.",
2670
+ "maxLength": 100,
2671
+ "minLength": 1,
2672
+ "type": "string"
2673
+ },
2674
+ "program_type": {
2675
+ "title": "Program Type",
2676
+ "description": "Identifier of a ProgramType to specify all default schedules and loads for the Room. If None, the Room will have no loads or setpoints.",
2677
+ "maxLength": 100,
2678
+ "minLength": 1,
2322
2679
  "type": "string"
2323
2680
  },
2324
2681
  "hvac": {
@@ -2390,6 +2747,15 @@
2390
2747
  "$ref": "#/components/schemas/SetpointAbridged"
2391
2748
  }
2392
2749
  ]
2750
+ },
2751
+ "window_vent_control": {
2752
+ "title": "Window Vent Control",
2753
+ "description": "An optional VentilationControl object to dictate the opening of windows. If None, the windows will never open.",
2754
+ "allOf": [
2755
+ {
2756
+ "$ref": "#/components/schemas/VentilationControlAbridged"
2757
+ }
2758
+ ]
2393
2759
  }
2394
2760
  },
2395
2761
  "additionalProperties": false
@@ -2449,11 +2815,11 @@
2449
2815
  "faces": {
2450
2816
  "title": "Faces",
2451
2817
  "description": "Faces that together form the closed volume of a room.",
2818
+ "minItems": 4,
2452
2819
  "type": "array",
2453
2820
  "items": {
2454
2821
  "$ref": "#/components/schemas/Face"
2455
- },
2456
- "minItems": 4
2822
+ }
2457
2823
  },
2458
2824
  "properties": {
2459
2825
  "title": "Properties",
@@ -2521,6 +2887,18 @@
2521
2887
  ],
2522
2888
  "additionalProperties": false
2523
2889
  },
2890
+ "Units": {
2891
+ "title": "Units",
2892
+ "description": "An enumeration.",
2893
+ "enum": [
2894
+ "Meters",
2895
+ "Millimeters",
2896
+ "Feet",
2897
+ "Inches",
2898
+ "Centimeters"
2899
+ ],
2900
+ "type": "string"
2901
+ },
2524
2902
  "WallConstructionSetAbridged": {
2525
2903
  "title": "WallConstructionSetAbridged",
2526
2904
  "description": "A set of constructions for wall assemblies.",
@@ -2811,6 +3189,19 @@
2811
3189
  ],
2812
3190
  "additionalProperties": false
2813
3191
  },
3192
+ "Roughness": {
3193
+ "title": "Roughness",
3194
+ "description": "Relative roughness of a particular material layer.",
3195
+ "enum": [
3196
+ "VeryRough",
3197
+ "Rough",
3198
+ "MediumRough",
3199
+ "MediumSmooth",
3200
+ "Smooth",
3201
+ "VerySmooth"
3202
+ ],
3203
+ "type": "string"
3204
+ },
2814
3205
  "EnergyMaterial": {
2815
3206
  "title": "EnergyMaterial",
2816
3207
  "description": "Opaque material representing a layer within an opaque construction.",
@@ -2865,14 +3256,13 @@
2865
3256
  "readOnly": true
2866
3257
  },
2867
3258
  "roughness": {
3259
+ "title": "Roughness",
3260
+ "default": "MediumRough",
2868
3261
  "allOf": [
2869
3262
  {
2870
3263
  "$ref": "#/components/schemas/Roughness"
2871
3264
  }
2872
- ],
2873
- "title": "Roughness",
2874
- "default": "MediumRough",
2875
- "type": "string"
3265
+ ]
2876
3266
  },
2877
3267
  "thermal_absorptance": {
2878
3268
  "title": "Thermal Absorptance",
@@ -2943,14 +3333,13 @@
2943
3333
  "readOnly": true
2944
3334
  },
2945
3335
  "roughness": {
3336
+ "title": "Roughness",
3337
+ "default": "MediumRough",
2946
3338
  "allOf": [
2947
3339
  {
2948
3340
  "$ref": "#/components/schemas/Roughness"
2949
3341
  }
2950
- ],
2951
- "title": "Roughness",
2952
- "default": "MediumRough",
2953
- "type": "string"
3342
+ ]
2954
3343
  },
2955
3344
  "thermal_absorptance": {
2956
3345
  "title": "Thermal Absorptance",
@@ -3001,20 +3390,20 @@
3001
3390
  "layers": {
3002
3391
  "title": "Layers",
3003
3392
  "description": "List of strings for opaque material identifiers. The order of the materials is from exterior to interior.",
3004
- "minLength": 1,
3005
- "maxLength": 100,
3393
+ "minItems": 1,
3394
+ "maxItems": 10,
3006
3395
  "type": "array",
3007
3396
  "items": {
3008
3397
  "type": "string",
3009
3398
  "minLength": 1,
3010
3399
  "maxLength": 100
3011
- },
3012
- "minItems": 1,
3013
- "maxItems": 10
3400
+ }
3014
3401
  },
3015
3402
  "materials": {
3016
3403
  "title": "Materials",
3017
3404
  "description": "List of opaque materials. The order of the materials is from outside to inside.",
3405
+ "minItems": 1,
3406
+ "maxItems": 10,
3018
3407
  "type": "array",
3019
3408
  "items": {
3020
3409
  "anyOf": [
@@ -3025,9 +3414,7 @@
3025
3414
  "$ref": "#/components/schemas/EnergyMaterialNoMass"
3026
3415
  }
3027
3416
  ]
3028
- },
3029
- "minItems": 1,
3030
- "maxItems": 10
3417
+ }
3031
3418
  },
3032
3419
  "display_name": {
3033
3420
  "title": "Display Name",
@@ -3368,6 +3755,17 @@
3368
3755
  ],
3369
3756
  "additionalProperties": false
3370
3757
  },
3758
+ "GasType": {
3759
+ "title": "GasType",
3760
+ "description": "An enumeration.",
3761
+ "enum": [
3762
+ "Air",
3763
+ "Argon",
3764
+ "Krypton",
3765
+ "Xenon"
3766
+ ],
3767
+ "type": "string"
3768
+ },
3371
3769
  "EnergyWindowMaterialGas": {
3372
3770
  "title": "EnergyWindowMaterialGas",
3373
3771
  "description": "Create single layer of gas in a window construction.\n\nCan be combined with EnergyWindowMaterialGlazing to make multi-pane windows.",
@@ -3401,14 +3799,13 @@
3401
3799
  "format": "double"
3402
3800
  },
3403
3801
  "gas_type": {
3802
+ "title": "Gas Type",
3803
+ "default": "Air",
3404
3804
  "allOf": [
3405
3805
  {
3406
3806
  "$ref": "#/components/schemas/GasType"
3407
3807
  }
3408
- ],
3409
- "title": "Gas Type",
3410
- "default": "Air",
3411
- "type": "string"
3808
+ ]
3412
3809
  }
3413
3810
  },
3414
3811
  "required": [
@@ -3553,12 +3950,12 @@
3553
3950
  "description": "List of gases in the gas mixture.",
3554
3951
  "type": "array",
3555
3952
  "items": {
3953
+ "title": " Gas Types",
3556
3954
  "allOf": [
3557
3955
  {
3558
3956
  "$ref": "#/components/schemas/GasType"
3559
3957
  }
3560
- ],
3561
- "type": "string"
3958
+ ]
3562
3959
  },
3563
3960
  "minItems": 2,
3564
3961
  "maxItems": 4
@@ -3566,13 +3963,13 @@
3566
3963
  "gas_fractions": {
3567
3964
  "title": "Gas Fractions",
3568
3965
  "description": "A list of fractional numbers describing the volumetric fractions of gas types in the mixture. This list must align with the gas_types list and must sum to 1.",
3966
+ "minItems": 2,
3967
+ "maxItems": 4,
3569
3968
  "type": "array",
3570
3969
  "items": {
3571
3970
  "type": "number",
3572
3971
  "format": "double"
3573
- },
3574
- "minItems": 2,
3575
- "maxItems": 4
3972
+ }
3576
3973
  },
3577
3974
  "display_name": {
3578
3975
  "title": "Display Name",
@@ -3617,20 +4014,20 @@
3617
4014
  "layers": {
3618
4015
  "title": "Layers",
3619
4016
  "description": "List of strings for glazing or gas material identifiers. The order of the materials is from exterior to interior. If a SimpleGlazSys material is used, it must be the only material in the construction. For multi-layered constructions, adjacent glass layers must be separated by one and only one gas layer.",
3620
- "minLength": 1,
3621
- "maxLength": 100,
4017
+ "minItems": 1,
4018
+ "maxItems": 8,
3622
4019
  "type": "array",
3623
4020
  "items": {
3624
4021
  "type": "string",
3625
4022
  "minLength": 1,
3626
4023
  "maxLength": 100
3627
- },
3628
- "minItems": 1,
3629
- "maxItems": 8
4024
+ }
3630
4025
  },
3631
4026
  "materials": {
3632
4027
  "title": "Materials",
3633
4028
  "description": "List of glazing and gas materials. The order of the materials is from outside to inside. If a SimpleGlazSys material is used, it must be the only material in the construction. For multi-layered constructions, adjacent glass layers must be separated by one and only one gas layer.",
4029
+ "minItems": 1,
4030
+ "maxItems": 8,
3634
4031
  "type": "array",
3635
4032
  "items": {
3636
4033
  "anyOf": [
@@ -3650,9 +4047,7 @@
3650
4047
  "$ref": "#/components/schemas/EnergyWindowMaterialGasMixture"
3651
4048
  }
3652
4049
  ]
3653
- },
3654
- "minItems": 1,
3655
- "maxItems": 8
4050
+ }
3656
4051
  },
3657
4052
  "display_name": {
3658
4053
  "title": "Display Name",
@@ -3879,8 +4274,6 @@
3879
4274
  0,
3880
4275
  0
3881
4276
  ],
3882
- "minItems": 2,
3883
- "maxItems": 2,
3884
4277
  "type": "array",
3885
4278
  "items": {
3886
4279
  "type": "array",
@@ -3973,13 +4366,13 @@
3973
4366
  1,
3974
4367
  1
3975
4368
  ],
4369
+ "minItems": 2,
4370
+ "maxItems": 3,
3976
4371
  "type": "array",
3977
4372
  "items": {
3978
4373
  "type": "integer",
3979
4374
  "format": "int32"
3980
- },
3981
- "minItems": 2,
3982
- "maxItems": 3
4375
+ }
3983
4376
  },
3984
4377
  "end_date": {
3985
4378
  "title": "End Date",
@@ -3988,13 +4381,13 @@
3988
4381
  12,
3989
4382
  31
3990
4383
  ],
4384
+ "minItems": 2,
4385
+ "maxItems": 3,
3991
4386
  "type": "array",
3992
4387
  "items": {
3993
4388
  "type": "integer",
3994
4389
  "format": "int32"
3995
- },
3996
- "minItems": 2,
3997
- "maxItems": 3
4390
+ }
3998
4391
  }
3999
4392
  },
4000
4393
  "required": [
@@ -4017,6 +4410,36 @@
4017
4410
  },
4018
4411
  "additionalProperties": false
4019
4412
  },
4413
+ "ScheduleNumericType": {
4414
+ "title": "ScheduleNumericType",
4415
+ "description": "Designates how the range values are validated.",
4416
+ "enum": [
4417
+ "Continuous",
4418
+ "Discrete"
4419
+ ],
4420
+ "type": "string"
4421
+ },
4422
+ "ScheduleUnitType": {
4423
+ "title": "ScheduleUnitType",
4424
+ "description": "An enumeration.",
4425
+ "enum": [
4426
+ "Dimensionless",
4427
+ "Temperature",
4428
+ "DeltaTemperature",
4429
+ "PrecipitationRate",
4430
+ "Angle",
4431
+ "ConvectionCoefficient",
4432
+ "ActivityLevel",
4433
+ "Velocity",
4434
+ "Capacity",
4435
+ "Power",
4436
+ "Availability",
4437
+ "Percent",
4438
+ "Control",
4439
+ "Mode"
4440
+ ],
4441
+ "type": "string"
4442
+ },
4020
4443
  "ScheduleTypeLimit": {
4021
4444
  "title": "ScheduleTypeLimit",
4022
4445
  "description": "Specifies the data types and limits for values contained in schedules.",
@@ -4074,24 +4497,22 @@
4074
4497
  ]
4075
4498
  },
4076
4499
  "numeric_type": {
4500
+ "title": "Numeric Type",
4501
+ "default": "Continuous",
4077
4502
  "allOf": [
4078
4503
  {
4079
4504
  "$ref": "#/components/schemas/ScheduleNumericType"
4080
4505
  }
4081
- ],
4082
- "title": "Numeric Type",
4083
- "default": "Continuous",
4084
- "type": "string"
4506
+ ]
4085
4507
  },
4086
4508
  "unit_type": {
4509
+ "title": "Unit Type",
4510
+ "default": "Dimensionless",
4087
4511
  "allOf": [
4088
4512
  {
4089
4513
  "$ref": "#/components/schemas/ScheduleUnitType"
4090
4514
  }
4091
- ],
4092
- "title": "Unit Type",
4093
- "default": "Dimensionless",
4094
- "type": "string"
4515
+ ]
4095
4516
  }
4096
4517
  },
4097
4518
  "required": [
@@ -4199,13 +4620,13 @@
4199
4620
  "values": {
4200
4621
  "title": "Values",
4201
4622
  "description": "A list of timeseries values occuring at each timestep over the course of the simulation.",
4623
+ "minItems": 24,
4624
+ "maxItems": 527040,
4202
4625
  "type": "array",
4203
4626
  "items": {
4204
4627
  "type": "number",
4205
4628
  "format": "double"
4206
- },
4207
- "minItems": 24,
4208
- "maxItems": 527040
4629
+ }
4209
4630
  },
4210
4631
  "display_name": {
4211
4632
  "title": "Display Name",
@@ -4242,13 +4663,13 @@
4242
4663
  1,
4243
4664
  1
4244
4665
  ],
4666
+ "minItems": 2,
4667
+ "maxItems": 3,
4245
4668
  "type": "array",
4246
4669
  "items": {
4247
4670
  "type": "integer",
4248
4671
  "format": "int32"
4249
- },
4250
- "minItems": 2,
4251
- "maxItems": 3
4672
+ }
4252
4673
  },
4253
4674
  "placeholder_value": {
4254
4675
  "title": "Placeholder Value",
@@ -4429,16 +4850,14 @@
4429
4850
  "layers": {
4430
4851
  "title": "Layers",
4431
4852
  "description": "List of strings for opaque material identifiers. The order of the materials is from exterior to interior.",
4432
- "minLength": 1,
4433
- "maxLength": 100,
4853
+ "minItems": 1,
4854
+ "maxItems": 10,
4434
4855
  "type": "array",
4435
4856
  "items": {
4436
4857
  "type": "string",
4437
4858
  "minLength": 1,
4438
4859
  "maxLength": 100
4439
- },
4440
- "minItems": 1,
4441
- "maxItems": 10
4860
+ }
4442
4861
  },
4443
4862
  "display_name": {
4444
4863
  "title": "Display Name",
@@ -4474,16 +4893,14 @@
4474
4893
  "layers": {
4475
4894
  "title": "Layers",
4476
4895
  "description": "List of strings for glazing or gas material identifiers. The order of the materials is from exterior to interior. If a SimpleGlazSys material is used, it must be the only material in the construction. For multi-layered constructions, adjacent glass layers must be separated by one and only one gas layer.",
4477
- "minLength": 1,
4478
- "maxLength": 100,
4896
+ "minItems": 1,
4897
+ "maxItems": 8,
4479
4898
  "type": "array",
4480
4899
  "items": {
4481
4900
  "type": "string",
4482
4901
  "minLength": 1,
4483
4902
  "maxLength": 100
4484
- },
4485
- "minItems": 1,
4486
- "maxItems": 8
4903
+ }
4487
4904
  },
4488
4905
  "display_name": {
4489
4906
  "title": "Display Name",
@@ -4504,6 +4921,32 @@
4504
4921
  ],
4505
4922
  "additionalProperties": false
4506
4923
  },
4924
+ "ShadeLocation": {
4925
+ "title": "ShadeLocation",
4926
+ "description": "Choices for where a shade material is located in a window assembly.",
4927
+ "enum": [
4928
+ "Interior",
4929
+ "Between",
4930
+ "Exterior"
4931
+ ],
4932
+ "type": "string"
4933
+ },
4934
+ "ControlType": {
4935
+ "title": "ControlType",
4936
+ "description": "Choices for how the shading device is controlled.",
4937
+ "enum": [
4938
+ "AlwaysOn",
4939
+ "OnIfHighSolarOnWindow",
4940
+ "OnIfHighHorizontalSolar",
4941
+ "OnIfHighOutdoorAirTemperature",
4942
+ "OnIfHighZoneAirTemperature",
4943
+ "OnIfHighZoneCooling",
4944
+ "OnNightIfLowOutdoorTempAndOffDay",
4945
+ "OnNightIfLowInsideTempAndOffDay",
4946
+ "OnNightIfHeatingAndOffDay"
4947
+ ],
4948
+ "type": "string"
4949
+ },
4507
4950
  "WindowConstructionShadeAbridged": {
4508
4951
  "title": "WindowConstructionShadeAbridged",
4509
4952
  "description": "Construction for window objects with an included shade layer.",
@@ -4545,26 +4988,24 @@
4545
4988
  "readOnly": true
4546
4989
  },
4547
4990
  "shade_location": {
4991
+ "title": "Shade Location",
4992
+ "description": "Text to indicate where in the window assembly the shade_material is located. Note that the WindowConstruction must have at least one gas gap to use the \"Between\" option. Also note that, for a WindowConstruction with more than one gas gap, the \"Between\" option defalts to using the inner gap as this is the only option that EnergyPlus supports.",
4993
+ "default": "Interior",
4548
4994
  "allOf": [
4549
4995
  {
4550
4996
  "$ref": "#/components/schemas/ShadeLocation"
4551
4997
  }
4552
- ],
4553
- "title": "Shade Location",
4554
- "description": "Text to indicate where in the window assembly the shade_material is located. Note that the WindowConstruction must have at least one gas gap to use the \"Between\" option. Also note that, for a WindowConstruction with more than one gas gap, the \"Between\" option defalts to using the inner gap as this is the only option that EnergyPlus supports.",
4555
- "default": "Interior",
4556
- "type": "string"
4998
+ ]
4557
4999
  },
4558
5000
  "control_type": {
5001
+ "title": "Control Type",
5002
+ "description": "Text to indicate how the shading device is controlled, which determines when the shading is \u201con\u201d or \u201coff.\u201d",
5003
+ "default": "AlwaysOn",
4559
5004
  "allOf": [
4560
5005
  {
4561
5006
  "$ref": "#/components/schemas/ControlType"
4562
5007
  }
4563
- ],
4564
- "title": "Control Type",
4565
- "description": "Text to indicate how the shading device is controlled, which determines when the shading is \u201con\u201d or \u201coff.\u201d",
4566
- "default": "AlwaysOn",
4567
- "type": "string"
5008
+ ]
4568
5009
  },
4569
5010
  "setpoint": {
4570
5011
  "title": "Setpoint",
@@ -4577,15 +5018,7 @@
4577
5018
  "description": "An optional schedule identifier to be applied on top of the control_type. If None, the control_type will govern all behavior of the construction.",
4578
5019
  "maxLength": 100,
4579
5020
  "minLength": 1,
4580
- "type": "string",
4581
- "anyOf": [
4582
- {
4583
- "$ref": "#/components/schemas/ScheduleRuleset"
4584
- },
4585
- {
4586
- "$ref": "#/components/schemas/ScheduleFixedInterval"
4587
- }
4588
- ]
5021
+ "type": "string"
4589
5022
  }
4590
5023
  },
4591
5024
  "required": [
@@ -4795,8 +5228,17 @@
4795
5228
  ],
4796
5229
  "additionalProperties": false
4797
5230
  },
4798
- "EnergyWindowMaterialBlind": {
4799
- "title": "EnergyWindowMaterialBlind",
5231
+ "SlatOrientation": {
5232
+ "title": "SlatOrientation",
5233
+ "description": "An enumeration.",
5234
+ "enum": [
5235
+ "Horizontal",
5236
+ "Vertical"
5237
+ ],
5238
+ "type": "string"
5239
+ },
5240
+ "EnergyWindowMaterialBlind": {
5241
+ "title": "EnergyWindowMaterialBlind",
4800
5242
  "description": "Window blind material consisting of flat, equally-spaced slats.",
4801
5243
  "type": "object",
4802
5244
  "properties": {
@@ -4820,14 +5262,13 @@
4820
5262
  "readOnly": true
4821
5263
  },
4822
5264
  "slat_orientation": {
5265
+ "title": "Slat Orientation",
5266
+ "default": "Horizontal",
4823
5267
  "allOf": [
4824
5268
  {
4825
5269
  "$ref": "#/components/schemas/SlatOrientation"
4826
5270
  }
4827
- ],
4828
- "title": "Slat Orientation",
4829
- "default": "Horizontal",
4830
- "type": "string"
5271
+ ]
4831
5272
  },
4832
5273
  "slat_width": {
4833
5274
  "title": "Slat Width",
@@ -5108,26 +5549,24 @@
5108
5549
  "readOnly": true
5109
5550
  },
5110
5551
  "shade_location": {
5552
+ "title": "Shade Location",
5553
+ "description": "Text to indicate where in the window assembly the shade_material is located. Note that the WindowConstruction must have at least one gas gap to use the \"Between\" option. Also note that, for a WindowConstruction with more than one gas gap, the \"Between\" option defalts to using the inner gap as this is the only option that EnergyPlus supports.",
5554
+ "default": "Interior",
5111
5555
  "allOf": [
5112
5556
  {
5113
5557
  "$ref": "#/components/schemas/ShadeLocation"
5114
5558
  }
5115
- ],
5116
- "title": "Shade Location",
5117
- "description": "Text to indicate where in the window assembly the shade_material is located. Note that the WindowConstruction must have at least one gas gap to use the \"Between\" option. Also note that, for a WindowConstruction with more than one gas gap, the \"Between\" option defalts to using the inner gap as this is the only option that EnergyPlus supports.",
5118
- "default": "Interior",
5119
- "type": "string"
5559
+ ]
5120
5560
  },
5121
5561
  "control_type": {
5562
+ "title": "Control Type",
5563
+ "description": "Text to indicate how the shading device is controlled, which determines when the shading is \u201con\u201d or \u201coff.\u201d",
5564
+ "default": "AlwaysOn",
5122
5565
  "allOf": [
5123
5566
  {
5124
5567
  "$ref": "#/components/schemas/ControlType"
5125
5568
  }
5126
- ],
5127
- "title": "Control Type",
5128
- "description": "Text to indicate how the shading device is controlled, which determines when the shading is \u201con\u201d or \u201coff.\u201d",
5129
- "default": "AlwaysOn",
5130
- "type": "string"
5569
+ ]
5131
5570
  },
5132
5571
  "setpoint": {
5133
5572
  "title": "Setpoint",
@@ -5155,6 +5594,16 @@
5155
5594
  ],
5156
5595
  "additionalProperties": false
5157
5596
  },
5597
+ "EconomizerType": {
5598
+ "title": "EconomizerType",
5599
+ "description": "An enumeration.",
5600
+ "enum": [
5601
+ "NoEconomizer",
5602
+ "DifferentialDryBulb",
5603
+ "DifferentialEnthalpy"
5604
+ ],
5605
+ "type": "string"
5606
+ },
5158
5607
  "Autosize": {
5159
5608
  "title": "Autosize",
5160
5609
  "description": "Base class for all objects that are not extensible with additional keys.\n\nThis effectively includes all objects except for the Properties classes\nthat are assigned to geometry objects.",
@@ -5195,15 +5644,14 @@
5195
5644
  "readOnly": true
5196
5645
  },
5197
5646
  "economizer_type": {
5647
+ "title": "Economizer Type",
5648
+ "description": "Text to indicate the type of air-side economizer used on the ideal air system. Economizers will mix in a greater amount of outdoor air to cool the zone (rather than running the cooling system) when the zone needs cooling and the outdoor air is cooler than the zone.",
5649
+ "default": "DifferentialDryBulb",
5198
5650
  "allOf": [
5199
5651
  {
5200
5652
  "$ref": "#/components/schemas/EconomizerType"
5201
5653
  }
5202
- ],
5203
- "title": "Economizer Type",
5204
- "description": "Text to indicate the type of air-side economizer used on the ideal air system. Economizers will mix in a greater amount of outdoor air to cool the zone (rather than running the cooling system) when the zone needs cooling and the outdoor air is cooler than the zone.",
5205
- "default": "DifferentialDryBulb",
5206
- "type": "string"
5654
+ ]
5207
5655
  },
5208
5656
  "demand_controlled_ventilation": {
5209
5657
  "title": "Demand Controlled Ventilation",
@@ -5254,52 +5702,1462 @@
5254
5702
  "type": "Autosize"
5255
5703
  },
5256
5704
  "anyOf": [
5705
+ {
5706
+ "$ref": "#/components/schemas/Autosize"
5707
+ },
5708
+ {
5709
+ "$ref": "#/components/schemas/NoLimit"
5710
+ },
5711
+ {
5712
+ "type": "number",
5713
+ "minimum": 0,
5714
+ "format": "double"
5715
+ }
5716
+ ]
5717
+ },
5718
+ "cooling_limit": {
5719
+ "title": "Cooling Limit",
5720
+ "description": "A number for the maximum cooling capacity in Watts. This can also be an Autosize object to indicate that the capacity should be determined during the EnergyPlus sizing calculation. This can also be a NoLimit object to indicate no upper limit to the cooling capacity.",
5721
+ "default": {
5722
+ "type": "Autosize"
5723
+ },
5724
+ "anyOf": [
5725
+ {
5726
+ "$ref": "#/components/schemas/Autosize"
5727
+ },
5257
5728
  {
5258
5729
  "$ref": "#/components/schemas/NoLimit"
5259
5730
  },
5731
+ {
5732
+ "type": "number",
5733
+ "minimum": 0,
5734
+ "format": "double"
5735
+ }
5736
+ ]
5737
+ },
5738
+ "heating_availability": {
5739
+ "title": "Heating Availability",
5740
+ "description": "An optional identifier of a schedule to set the availability of heating over the course of the simulation.",
5741
+ "maxLength": 100,
5742
+ "minLength": 1,
5743
+ "type": "string"
5744
+ },
5745
+ "cooling_availability": {
5746
+ "title": "Cooling Availability",
5747
+ "description": "An optional identifier of a schedule to set the availability of cooling over the course of the simulation.",
5748
+ "maxLength": 100,
5749
+ "minLength": 1,
5750
+ "type": "string"
5751
+ }
5752
+ },
5753
+ "required": [
5754
+ "identifier"
5755
+ ],
5756
+ "additionalProperties": false
5757
+ },
5758
+ "Vintages": {
5759
+ "title": "Vintages",
5760
+ "description": "An enumeration.",
5761
+ "enum": [
5762
+ "90.1-2013",
5763
+ "90.1-2010",
5764
+ "90.1-2007",
5765
+ "90.1-2004",
5766
+ "DOE Ref 1980-2004",
5767
+ "DOE Ref Pre-1980"
5768
+ ],
5769
+ "type": "string"
5770
+ },
5771
+ "AllAirEconomizerType": {
5772
+ "title": "AllAirEconomizerType",
5773
+ "description": "An enumeration.",
5774
+ "enum": [
5775
+ "Inferred",
5776
+ "NoEconomizer",
5777
+ "DifferentialDryBulb",
5778
+ "DifferentialEnthalpy"
5779
+ ],
5780
+ "type": "string"
5781
+ },
5782
+ "VAVEquipmentType": {
5783
+ "title": "VAVEquipmentType",
5784
+ "description": "An enumeration.",
5785
+ "enum": [
5786
+ "VAV chiller with gas boiler reheat",
5787
+ "VAV chiller with central air source heat pump reheat",
5788
+ "VAV chiller with district hot water reheat",
5789
+ "VAV chiller with PFP boxes",
5790
+ "VAV chiller with gas coil reheat",
5791
+ "VAV chiller with no reheat with baseboard electric",
5792
+ "VAV chiller with no reheat with gas unit heaters",
5793
+ "VAV chiller with no reheat with zone heat pump",
5794
+ "VAV air-cooled chiller with gas boiler reheat",
5795
+ "VAV air-cooled chiller with central air source heat pump reheat",
5796
+ "VAV air-cooled chiller with district hot water reheat",
5797
+ "VAV air-cooled chiller with PFP boxes",
5798
+ "VAV air-cooled chiller with gas coil reheat",
5799
+ "VAV air-cooled chiller with no reheat with baseboard electric",
5800
+ "VAV air-cooled chiller with no reheat with gas unit heaters",
5801
+ "VAV air-cooled chiller with no reheat with zone heat pump",
5802
+ "VAV district chilled water with gas boiler reheat",
5803
+ "VAV district chilled water with central air source heat pump reheat",
5804
+ "VAV district chilled water with district hot water reheat",
5805
+ "VAV district chilled water with PFP boxes",
5806
+ "VAV district chilled water with gas coil reheat",
5807
+ "VAV district chilled water with no reheat with baseboard electric",
5808
+ "VAV district chilled water with no reheat with gas unit heaters",
5809
+ "VAV district chilled water with no reheat with zone heat pump"
5810
+ ],
5811
+ "type": "string"
5812
+ },
5813
+ "VAV": {
5814
+ "title": "VAV",
5815
+ "description": "Variable Air Volume (VAV) HVAC system.",
5816
+ "type": "object",
5817
+ "properties": {
5818
+ "identifier": {
5819
+ "title": "Identifier",
5820
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5821
+ "maxLength": 100,
5822
+ "minLength": 1,
5823
+ "type": "string"
5824
+ },
5825
+ "display_name": {
5826
+ "title": "Display Name",
5827
+ "description": "Display name of the object with no character restrictions.",
5828
+ "type": "string"
5829
+ },
5830
+ "vintage": {
5831
+ "title": "Vintage",
5832
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
5833
+ "default": "90.1-2013",
5834
+ "allOf": [
5835
+ {
5836
+ "$ref": "#/components/schemas/Vintages"
5837
+ }
5838
+ ]
5839
+ },
5840
+ "economizer_type": {
5841
+ "title": "Economizer Type",
5842
+ "description": "Text to indicate the type of air-side economizer used on the system (from the AllAirEconomizerType enumeration). If Inferred, the economizer will be set to whatever is recommended for the given vintage.",
5843
+ "default": "Inferred",
5844
+ "allOf": [
5845
+ {
5846
+ "$ref": "#/components/schemas/AllAirEconomizerType"
5847
+ }
5848
+ ]
5849
+ },
5850
+ "sensible_heat_recovery": {
5851
+ "title": "Sensible Heat Recovery",
5852
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
5853
+ "default": {
5854
+ "type": "Autosize"
5855
+ },
5856
+ "anyOf": [
5857
+ {
5858
+ "$ref": "#/components/schemas/Autosize"
5859
+ },
5860
+ {
5861
+ "type": "number",
5862
+ "minimum": 0,
5863
+ "maximum": 1,
5864
+ "format": "double"
5865
+ }
5866
+ ]
5867
+ },
5868
+ "latent_heat_recovery": {
5869
+ "title": "Latent Heat Recovery",
5870
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
5871
+ "default": {
5872
+ "type": "Autosize"
5873
+ },
5874
+ "anyOf": [
5875
+ {
5876
+ "$ref": "#/components/schemas/Autosize"
5877
+ },
5878
+ {
5879
+ "type": "number",
5880
+ "minimum": 0,
5881
+ "maximum": 1,
5882
+ "format": "double"
5883
+ }
5884
+ ]
5885
+ },
5886
+ "type": {
5887
+ "title": "Type",
5888
+ "default": "VAV",
5889
+ "pattern": "^VAV$",
5890
+ "type": "string",
5891
+ "readOnly": true
5892
+ },
5893
+ "equipment_type": {
5894
+ "title": "Equipment Type",
5895
+ "description": "Text for the specific type of system equipment from the VAVEquipmentType enumeration.",
5896
+ "default": "VAV chiller with gas boiler reheat",
5897
+ "allOf": [
5898
+ {
5899
+ "$ref": "#/components/schemas/VAVEquipmentType"
5900
+ }
5901
+ ]
5902
+ }
5903
+ },
5904
+ "required": [
5905
+ "identifier"
5906
+ ],
5907
+ "additionalProperties": false
5908
+ },
5909
+ "PVAVEquipmentType": {
5910
+ "title": "PVAVEquipmentType",
5911
+ "description": "An enumeration.",
5912
+ "enum": [
5913
+ "PVAV with gas boiler reheat",
5914
+ "PVAV with central air source heat pump reheat",
5915
+ "PVAV with district hot water reheat",
5916
+ "PVAV with PFP boxes",
5917
+ "PVAV with gas heat with electric reheat"
5918
+ ],
5919
+ "type": "string"
5920
+ },
5921
+ "PVAV": {
5922
+ "title": "PVAV",
5923
+ "description": "Packaged Variable Air Volume (PVAV) HVAC system.",
5924
+ "type": "object",
5925
+ "properties": {
5926
+ "identifier": {
5927
+ "title": "Identifier",
5928
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5929
+ "maxLength": 100,
5930
+ "minLength": 1,
5931
+ "type": "string"
5932
+ },
5933
+ "display_name": {
5934
+ "title": "Display Name",
5935
+ "description": "Display name of the object with no character restrictions.",
5936
+ "type": "string"
5937
+ },
5938
+ "vintage": {
5939
+ "title": "Vintage",
5940
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
5941
+ "default": "90.1-2013",
5942
+ "allOf": [
5943
+ {
5944
+ "$ref": "#/components/schemas/Vintages"
5945
+ }
5946
+ ]
5947
+ },
5948
+ "economizer_type": {
5949
+ "title": "Economizer Type",
5950
+ "description": "Text to indicate the type of air-side economizer used on the system (from the AllAirEconomizerType enumeration). If Inferred, the economizer will be set to whatever is recommended for the given vintage.",
5951
+ "default": "Inferred",
5952
+ "allOf": [
5953
+ {
5954
+ "$ref": "#/components/schemas/AllAirEconomizerType"
5955
+ }
5956
+ ]
5957
+ },
5958
+ "sensible_heat_recovery": {
5959
+ "title": "Sensible Heat Recovery",
5960
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
5961
+ "default": {
5962
+ "type": "Autosize"
5963
+ },
5964
+ "anyOf": [
5965
+ {
5966
+ "$ref": "#/components/schemas/Autosize"
5967
+ },
5968
+ {
5969
+ "type": "number",
5970
+ "minimum": 0,
5971
+ "maximum": 1,
5972
+ "format": "double"
5973
+ }
5974
+ ]
5975
+ },
5976
+ "latent_heat_recovery": {
5977
+ "title": "Latent Heat Recovery",
5978
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
5979
+ "default": {
5980
+ "type": "Autosize"
5981
+ },
5982
+ "anyOf": [
5260
5983
  {
5261
5984
  "$ref": "#/components/schemas/Autosize"
5262
5985
  },
5263
5986
  {
5264
- "type": "number",
5265
- "minimum": 0,
5266
- "format": "double"
5987
+ "type": "number",
5988
+ "minimum": 0,
5989
+ "maximum": 1,
5990
+ "format": "double"
5991
+ }
5992
+ ]
5993
+ },
5994
+ "type": {
5995
+ "title": "Type",
5996
+ "default": "PVAV",
5997
+ "pattern": "^PVAV$",
5998
+ "type": "string",
5999
+ "readOnly": true
6000
+ },
6001
+ "equipment_type": {
6002
+ "title": "Equipment Type",
6003
+ "description": "Text for the specific type of system equipment from the VAVEquipmentType enumeration.",
6004
+ "default": "PVAV with gas boiler reheat",
6005
+ "allOf": [
6006
+ {
6007
+ "$ref": "#/components/schemas/PVAVEquipmentType"
6008
+ }
6009
+ ]
6010
+ }
6011
+ },
6012
+ "required": [
6013
+ "identifier"
6014
+ ],
6015
+ "additionalProperties": false
6016
+ },
6017
+ "PSZEquipmentType": {
6018
+ "title": "PSZEquipmentType",
6019
+ "description": "An enumeration.",
6020
+ "enum": [
6021
+ "PSZ-AC with baseboard electric",
6022
+ "PSZ-AC with baseboard gas boiler",
6023
+ "PSZ-AC with baseboard district hot water",
6024
+ "PSZ-AC with gas unit heaters",
6025
+ "PSZ-AC with electric coil",
6026
+ "PSZ-AC with gas coil",
6027
+ "PSZ-AC with gas boiler",
6028
+ "PSZ-AC with central air source heat pump",
6029
+ "PSZ-AC with district hot water",
6030
+ "PSZ-AC with no heat",
6031
+ "PSZ-AC district chilled water with baseboard electric",
6032
+ "PSZ-AC district chilled water with baseboard gas boiler",
6033
+ "PSZ-AC district chilled water with baseboard district hot water",
6034
+ "PSZ-AC district chilled water with gas unit heaters",
6035
+ "PSZ-AC district chilled water with electric coil",
6036
+ "PSZ-AC district chilled water with gas coil",
6037
+ "PSZ-AC district chilled water with gas boiler",
6038
+ "PSZ-AC district chilled water with central air source heat pump",
6039
+ "PSZ-AC district chilled water with district hot water",
6040
+ "PSZ-AC district chilled water with no heat",
6041
+ "PSZ-HP"
6042
+ ],
6043
+ "type": "string"
6044
+ },
6045
+ "PSZ": {
6046
+ "title": "PSZ",
6047
+ "description": "Packaged Single-Zone (PSZ) HVAC system.",
6048
+ "type": "object",
6049
+ "properties": {
6050
+ "identifier": {
6051
+ "title": "Identifier",
6052
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6053
+ "maxLength": 100,
6054
+ "minLength": 1,
6055
+ "type": "string"
6056
+ },
6057
+ "display_name": {
6058
+ "title": "Display Name",
6059
+ "description": "Display name of the object with no character restrictions.",
6060
+ "type": "string"
6061
+ },
6062
+ "vintage": {
6063
+ "title": "Vintage",
6064
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6065
+ "default": "90.1-2013",
6066
+ "allOf": [
6067
+ {
6068
+ "$ref": "#/components/schemas/Vintages"
6069
+ }
6070
+ ]
6071
+ },
6072
+ "economizer_type": {
6073
+ "title": "Economizer Type",
6074
+ "description": "Text to indicate the type of air-side economizer used on the system (from the AllAirEconomizerType enumeration). If Inferred, the economizer will be set to whatever is recommended for the given vintage.",
6075
+ "default": "Inferred",
6076
+ "allOf": [
6077
+ {
6078
+ "$ref": "#/components/schemas/AllAirEconomizerType"
6079
+ }
6080
+ ]
6081
+ },
6082
+ "sensible_heat_recovery": {
6083
+ "title": "Sensible Heat Recovery",
6084
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6085
+ "default": {
6086
+ "type": "Autosize"
6087
+ },
6088
+ "anyOf": [
6089
+ {
6090
+ "$ref": "#/components/schemas/Autosize"
6091
+ },
6092
+ {
6093
+ "type": "number",
6094
+ "minimum": 0,
6095
+ "maximum": 1,
6096
+ "format": "double"
6097
+ }
6098
+ ]
6099
+ },
6100
+ "latent_heat_recovery": {
6101
+ "title": "Latent Heat Recovery",
6102
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6103
+ "default": {
6104
+ "type": "Autosize"
6105
+ },
6106
+ "anyOf": [
6107
+ {
6108
+ "$ref": "#/components/schemas/Autosize"
6109
+ },
6110
+ {
6111
+ "type": "number",
6112
+ "minimum": 0,
6113
+ "maximum": 1,
6114
+ "format": "double"
6115
+ }
6116
+ ]
6117
+ },
6118
+ "type": {
6119
+ "title": "Type",
6120
+ "default": "PSZ",
6121
+ "pattern": "^PSZ$",
6122
+ "type": "string",
6123
+ "readOnly": true
6124
+ },
6125
+ "equipment_type": {
6126
+ "title": "Equipment Type",
6127
+ "description": "Text for the specific type of system equipment from the PVAVEquipmentType enumeration.",
6128
+ "default": "PSZ-AC with baseboard electric",
6129
+ "allOf": [
6130
+ {
6131
+ "$ref": "#/components/schemas/PSZEquipmentType"
6132
+ }
6133
+ ]
6134
+ }
6135
+ },
6136
+ "required": [
6137
+ "identifier"
6138
+ ],
6139
+ "additionalProperties": false
6140
+ },
6141
+ "PTACEquipmentType": {
6142
+ "title": "PTACEquipmentType",
6143
+ "description": "An enumeration.",
6144
+ "enum": [
6145
+ "PTAC with baseboard electric",
6146
+ "PTAC with baseboard gas boiler",
6147
+ "PTAC with baseboard district hot water",
6148
+ "PTAC with gas unit heaters",
6149
+ "PTAC with electric coil",
6150
+ "PTAC with gas coil",
6151
+ "PTAC with gas boiler",
6152
+ "PTAC with central air source heat pump",
6153
+ "PTAC with district hot water",
6154
+ "PTAC with no heat",
6155
+ "PTHP"
6156
+ ],
6157
+ "type": "string"
6158
+ },
6159
+ "PTAC": {
6160
+ "title": "PTAC",
6161
+ "description": "Packaged Terminal Air Conditioning (PTAC) or Heat Pump (PTHP) HVAC system.",
6162
+ "type": "object",
6163
+ "properties": {
6164
+ "identifier": {
6165
+ "title": "Identifier",
6166
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6167
+ "maxLength": 100,
6168
+ "minLength": 1,
6169
+ "type": "string"
6170
+ },
6171
+ "display_name": {
6172
+ "title": "Display Name",
6173
+ "description": "Display name of the object with no character restrictions.",
6174
+ "type": "string"
6175
+ },
6176
+ "vintage": {
6177
+ "title": "Vintage",
6178
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6179
+ "default": "90.1-2013",
6180
+ "allOf": [
6181
+ {
6182
+ "$ref": "#/components/schemas/Vintages"
6183
+ }
6184
+ ]
6185
+ },
6186
+ "economizer_type": {
6187
+ "title": "Economizer Type",
6188
+ "description": "Text to indicate the type of air-side economizer used on the system (from the AllAirEconomizerType enumeration). If Inferred, the economizer will be set to whatever is recommended for the given vintage.",
6189
+ "default": "Inferred",
6190
+ "allOf": [
6191
+ {
6192
+ "$ref": "#/components/schemas/AllAirEconomizerType"
6193
+ }
6194
+ ]
6195
+ },
6196
+ "sensible_heat_recovery": {
6197
+ "title": "Sensible Heat Recovery",
6198
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6199
+ "default": {
6200
+ "type": "Autosize"
6201
+ },
6202
+ "anyOf": [
6203
+ {
6204
+ "$ref": "#/components/schemas/Autosize"
6205
+ },
6206
+ {
6207
+ "type": "number",
6208
+ "minimum": 0,
6209
+ "maximum": 1,
6210
+ "format": "double"
6211
+ }
6212
+ ]
6213
+ },
6214
+ "latent_heat_recovery": {
6215
+ "title": "Latent Heat Recovery",
6216
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6217
+ "default": {
6218
+ "type": "Autosize"
6219
+ },
6220
+ "anyOf": [
6221
+ {
6222
+ "$ref": "#/components/schemas/Autosize"
6223
+ },
6224
+ {
6225
+ "type": "number",
6226
+ "minimum": 0,
6227
+ "maximum": 1,
6228
+ "format": "double"
6229
+ }
6230
+ ]
6231
+ },
6232
+ "type": {
6233
+ "title": "Type",
6234
+ "default": "PTAC",
6235
+ "pattern": "^PTAC$",
6236
+ "type": "string",
6237
+ "readOnly": true
6238
+ },
6239
+ "equipment_type": {
6240
+ "title": "Equipment Type",
6241
+ "description": "Text for the specific type of system equipment from the PTACEquipmentType enumeration.",
6242
+ "default": "PTAC with baseboard electric",
6243
+ "allOf": [
6244
+ {
6245
+ "$ref": "#/components/schemas/PTACEquipmentType"
6246
+ }
6247
+ ]
6248
+ }
6249
+ },
6250
+ "required": [
6251
+ "identifier"
6252
+ ],
6253
+ "additionalProperties": false
6254
+ },
6255
+ "FurnaceEquipmentType": {
6256
+ "title": "FurnaceEquipmentType",
6257
+ "description": "An enumeration.",
6258
+ "enum": [
6259
+ "Forced air furnace"
6260
+ ],
6261
+ "type": "string"
6262
+ },
6263
+ "ForcedAirFurnace": {
6264
+ "title": "ForcedAirFurnace",
6265
+ "description": "Forced Air Furnace HVAC system. Intended for spaces only requiring heating.",
6266
+ "type": "object",
6267
+ "properties": {
6268
+ "identifier": {
6269
+ "title": "Identifier",
6270
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6271
+ "maxLength": 100,
6272
+ "minLength": 1,
6273
+ "type": "string"
6274
+ },
6275
+ "display_name": {
6276
+ "title": "Display Name",
6277
+ "description": "Display name of the object with no character restrictions.",
6278
+ "type": "string"
6279
+ },
6280
+ "vintage": {
6281
+ "title": "Vintage",
6282
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6283
+ "default": "90.1-2013",
6284
+ "allOf": [
6285
+ {
6286
+ "$ref": "#/components/schemas/Vintages"
6287
+ }
6288
+ ]
6289
+ },
6290
+ "economizer_type": {
6291
+ "title": "Economizer Type",
6292
+ "description": "Text to indicate the type of air-side economizer used on the system (from the AllAirEconomizerType enumeration). If Inferred, the economizer will be set to whatever is recommended for the given vintage.",
6293
+ "default": "Inferred",
6294
+ "allOf": [
6295
+ {
6296
+ "$ref": "#/components/schemas/AllAirEconomizerType"
6297
+ }
6298
+ ]
6299
+ },
6300
+ "sensible_heat_recovery": {
6301
+ "title": "Sensible Heat Recovery",
6302
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6303
+ "default": {
6304
+ "type": "Autosize"
6305
+ },
6306
+ "anyOf": [
6307
+ {
6308
+ "$ref": "#/components/schemas/Autosize"
6309
+ },
6310
+ {
6311
+ "type": "number",
6312
+ "minimum": 0,
6313
+ "maximum": 1,
6314
+ "format": "double"
6315
+ }
6316
+ ]
6317
+ },
6318
+ "latent_heat_recovery": {
6319
+ "title": "Latent Heat Recovery",
6320
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6321
+ "default": {
6322
+ "type": "Autosize"
6323
+ },
6324
+ "anyOf": [
6325
+ {
6326
+ "$ref": "#/components/schemas/Autosize"
6327
+ },
6328
+ {
6329
+ "type": "number",
6330
+ "minimum": 0,
6331
+ "maximum": 1,
6332
+ "format": "double"
6333
+ }
6334
+ ]
6335
+ },
6336
+ "type": {
6337
+ "title": "Type",
6338
+ "default": "ForcedAirFurnace",
6339
+ "pattern": "^ForcedAirFurnace$",
6340
+ "type": "string",
6341
+ "readOnly": true
6342
+ },
6343
+ "equipment_type": {
6344
+ "title": "Equipment Type",
6345
+ "description": "Text for the specific type of system equipment from the FurnaceEquipmentType enumeration.",
6346
+ "default": "Forced air furnace",
6347
+ "allOf": [
6348
+ {
6349
+ "$ref": "#/components/schemas/FurnaceEquipmentType"
6350
+ }
6351
+ ]
6352
+ }
6353
+ },
6354
+ "required": [
6355
+ "identifier"
6356
+ ],
6357
+ "additionalProperties": false
6358
+ },
6359
+ "FCUwithDOASEquipmentType": {
6360
+ "title": "FCUwithDOASEquipmentType",
6361
+ "description": "An enumeration.",
6362
+ "enum": [
6363
+ "DOAS with fan coil chiller with boiler",
6364
+ "DOAS with fan coil chiller with central air source heat pump",
6365
+ "DOAS with fan coil chiller with district hot water",
6366
+ "DOAS with fan coil chiller with baseboard electric",
6367
+ "DOAS with fan coil chiller with gas unit heaters",
6368
+ "DOAS with fan coil chiller with no heat",
6369
+ "DOAS with fan coil air-cooled chiller with boiler",
6370
+ "DOAS with fan coil air-cooled chiller with central air source heat pump",
6371
+ "DOAS with fan coil air-cooled chiller with district hot water",
6372
+ "DOAS with fan coil air-cooled chiller with baseboard electric",
6373
+ "DOAS with fan coil air-cooled chiller with gas unit heaters",
6374
+ "DOAS with fan coil air-cooled chiller with no heat",
6375
+ "DOAS with fan coil district chilled water with boiler",
6376
+ "DOAS with fan coil district chilled water with central air source heat pump",
6377
+ "DOAS with fan coil district chilled water with district hot water",
6378
+ "DOAS with fan coil district chilled water with baseboard electric",
6379
+ "DOAS with fan coil district chilled water with gas unit heaters",
6380
+ "DOAS with fan coil district chilled water with no heat"
6381
+ ],
6382
+ "type": "string"
6383
+ },
6384
+ "FCUwithDOAS": {
6385
+ "title": "FCUwithDOAS",
6386
+ "description": "Fan Coil Unit (FCU) with DOAS HVAC system.",
6387
+ "type": "object",
6388
+ "properties": {
6389
+ "identifier": {
6390
+ "title": "Identifier",
6391
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6392
+ "maxLength": 100,
6393
+ "minLength": 1,
6394
+ "type": "string"
6395
+ },
6396
+ "display_name": {
6397
+ "title": "Display Name",
6398
+ "description": "Display name of the object with no character restrictions.",
6399
+ "type": "string"
6400
+ },
6401
+ "vintage": {
6402
+ "title": "Vintage",
6403
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6404
+ "default": "90.1-2013",
6405
+ "allOf": [
6406
+ {
6407
+ "$ref": "#/components/schemas/Vintages"
6408
+ }
6409
+ ]
6410
+ },
6411
+ "sensible_heat_recovery": {
6412
+ "title": "Sensible Heat Recovery",
6413
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6414
+ "default": {
6415
+ "type": "Autosize"
6416
+ },
6417
+ "anyOf": [
6418
+ {
6419
+ "$ref": "#/components/schemas/Autosize"
6420
+ },
6421
+ {
6422
+ "type": "number",
6423
+ "minimum": 0,
6424
+ "maximum": 1,
6425
+ "format": "double"
6426
+ }
6427
+ ]
6428
+ },
6429
+ "latent_heat_recovery": {
6430
+ "title": "Latent Heat Recovery",
6431
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6432
+ "default": {
6433
+ "type": "Autosize"
6434
+ },
6435
+ "anyOf": [
6436
+ {
6437
+ "$ref": "#/components/schemas/Autosize"
6438
+ },
6439
+ {
6440
+ "type": "number",
6441
+ "minimum": 0,
6442
+ "maximum": 1,
6443
+ "format": "double"
6444
+ }
6445
+ ]
6446
+ },
6447
+ "type": {
6448
+ "title": "Type",
6449
+ "default": "FCUwithDOAS",
6450
+ "pattern": "^FCUwithDOAS$",
6451
+ "type": "string",
6452
+ "readOnly": true
6453
+ },
6454
+ "equipment_type": {
6455
+ "title": "Equipment Type",
6456
+ "description": "Text for the specific type of system equipment from the FCUwithDOASEquipmentType enumeration.",
6457
+ "default": "DOAS with fan coil chiller with boiler",
6458
+ "allOf": [
6459
+ {
6460
+ "$ref": "#/components/schemas/FCUwithDOASEquipmentType"
6461
+ }
6462
+ ]
6463
+ }
6464
+ },
6465
+ "required": [
6466
+ "identifier"
6467
+ ],
6468
+ "additionalProperties": false
6469
+ },
6470
+ "WSHPwithDOASEquipmentType": {
6471
+ "title": "WSHPwithDOASEquipmentType",
6472
+ "description": "An enumeration.",
6473
+ "enum": [
6474
+ "DOAS with water source heat pumps fluid cooler with boiler",
6475
+ "DOAS with water source heat pumps cooling tower with boiler",
6476
+ "DOAS with water source heat pumps with ground source heat pump",
6477
+ "DOAS with water source heat pumps district chilled water with district hot water"
6478
+ ],
6479
+ "type": "string"
6480
+ },
6481
+ "WSHPwithDOAS": {
6482
+ "title": "WSHPwithDOAS",
6483
+ "description": "Water Source Heat Pump (WSHP) with DOAS HVAC system.",
6484
+ "type": "object",
6485
+ "properties": {
6486
+ "identifier": {
6487
+ "title": "Identifier",
6488
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6489
+ "maxLength": 100,
6490
+ "minLength": 1,
6491
+ "type": "string"
6492
+ },
6493
+ "display_name": {
6494
+ "title": "Display Name",
6495
+ "description": "Display name of the object with no character restrictions.",
6496
+ "type": "string"
6497
+ },
6498
+ "vintage": {
6499
+ "title": "Vintage",
6500
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6501
+ "default": "90.1-2013",
6502
+ "allOf": [
6503
+ {
6504
+ "$ref": "#/components/schemas/Vintages"
6505
+ }
6506
+ ]
6507
+ },
6508
+ "sensible_heat_recovery": {
6509
+ "title": "Sensible Heat Recovery",
6510
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6511
+ "default": {
6512
+ "type": "Autosize"
6513
+ },
6514
+ "anyOf": [
6515
+ {
6516
+ "$ref": "#/components/schemas/Autosize"
6517
+ },
6518
+ {
6519
+ "type": "number",
6520
+ "minimum": 0,
6521
+ "maximum": 1,
6522
+ "format": "double"
6523
+ }
6524
+ ]
6525
+ },
6526
+ "latent_heat_recovery": {
6527
+ "title": "Latent Heat Recovery",
6528
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6529
+ "default": {
6530
+ "type": "Autosize"
6531
+ },
6532
+ "anyOf": [
6533
+ {
6534
+ "$ref": "#/components/schemas/Autosize"
6535
+ },
6536
+ {
6537
+ "type": "number",
6538
+ "minimum": 0,
6539
+ "maximum": 1,
6540
+ "format": "double"
6541
+ }
6542
+ ]
6543
+ },
6544
+ "type": {
6545
+ "title": "Type",
6546
+ "default": "WSHPwithDOAS",
6547
+ "pattern": "^WSHPwithDOAS$",
6548
+ "type": "string",
6549
+ "readOnly": true
6550
+ },
6551
+ "equipment_type": {
6552
+ "title": "Equipment Type",
6553
+ "description": "Text for the specific type of system equipment from the WSHPwithDOASEquipmentType enumeration.",
6554
+ "default": "DOAS with water source heat pumps fluid cooler with boiler",
6555
+ "allOf": [
6556
+ {
6557
+ "$ref": "#/components/schemas/WSHPwithDOASEquipmentType"
6558
+ }
6559
+ ]
6560
+ }
6561
+ },
6562
+ "required": [
6563
+ "identifier"
6564
+ ],
6565
+ "additionalProperties": false
6566
+ },
6567
+ "VRFwithDOASEquipmentType": {
6568
+ "title": "VRFwithDOASEquipmentType",
6569
+ "description": "An enumeration.",
6570
+ "enum": [
6571
+ "DOAS with VRF"
6572
+ ],
6573
+ "type": "string"
6574
+ },
6575
+ "VRFwithDOAS": {
6576
+ "title": "VRFwithDOAS",
6577
+ "description": "Variable Refrigerant Flow (VRF) with DOAS HVAC system.",
6578
+ "type": "object",
6579
+ "properties": {
6580
+ "identifier": {
6581
+ "title": "Identifier",
6582
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6583
+ "maxLength": 100,
6584
+ "minLength": 1,
6585
+ "type": "string"
6586
+ },
6587
+ "display_name": {
6588
+ "title": "Display Name",
6589
+ "description": "Display name of the object with no character restrictions.",
6590
+ "type": "string"
6591
+ },
6592
+ "vintage": {
6593
+ "title": "Vintage",
6594
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6595
+ "default": "90.1-2013",
6596
+ "allOf": [
6597
+ {
6598
+ "$ref": "#/components/schemas/Vintages"
6599
+ }
6600
+ ]
6601
+ },
6602
+ "sensible_heat_recovery": {
6603
+ "title": "Sensible Heat Recovery",
6604
+ "description": "A number between 0 and 1 for the effectiveness of sensible heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6605
+ "default": {
6606
+ "type": "Autosize"
6607
+ },
6608
+ "anyOf": [
6609
+ {
6610
+ "$ref": "#/components/schemas/Autosize"
6611
+ },
6612
+ {
6613
+ "type": "number",
6614
+ "minimum": 0,
6615
+ "maximum": 1,
6616
+ "format": "double"
6617
+ }
6618
+ ]
6619
+ },
6620
+ "latent_heat_recovery": {
6621
+ "title": "Latent Heat Recovery",
6622
+ "description": "A number between 0 and 1 for the effectiveness of latent heat recovery within the system. If None or Autosize, it will be whatever is recommended for the given vintage.",
6623
+ "default": {
6624
+ "type": "Autosize"
6625
+ },
6626
+ "anyOf": [
6627
+ {
6628
+ "$ref": "#/components/schemas/Autosize"
6629
+ },
6630
+ {
6631
+ "type": "number",
6632
+ "minimum": 0,
6633
+ "maximum": 1,
6634
+ "format": "double"
6635
+ }
6636
+ ]
6637
+ },
6638
+ "type": {
6639
+ "title": "Type",
6640
+ "default": "VRFwithDOAS",
6641
+ "pattern": "^VRFwithDOAS$",
6642
+ "type": "string",
6643
+ "readOnly": true
6644
+ },
6645
+ "equipment_type": {
6646
+ "title": "Equipment Type",
6647
+ "description": "Text for the specific type of system equipment from the VRFwithDOASEquipmentType enumeration.",
6648
+ "default": "DOAS with VRF",
6649
+ "allOf": [
6650
+ {
6651
+ "$ref": "#/components/schemas/VRFwithDOASEquipmentType"
6652
+ }
6653
+ ]
6654
+ }
6655
+ },
6656
+ "required": [
6657
+ "identifier"
6658
+ ],
6659
+ "additionalProperties": false
6660
+ },
6661
+ "FCUEquipmentType": {
6662
+ "title": "FCUEquipmentType",
6663
+ "description": "An enumeration.",
6664
+ "enum": [
6665
+ "Fan coil chiller with boiler",
6666
+ "Fan coil chiller with central air source heat pump",
6667
+ "Fan coil chiller with district hot water",
6668
+ "Fan coil chiller with baseboard electric",
6669
+ "Fan coil chiller with gas unit heaters",
6670
+ "Fan coil chiller with no heat",
6671
+ "Fan coil air-cooled chiller with boiler",
6672
+ "Fan coil air-cooled chiller with central air source heat pump",
6673
+ "Fan coil air-cooled chiller with district hot water",
6674
+ "Fan coil air-cooled chiller with baseboard electric",
6675
+ "Fan coil air-cooled chiller with gas unit heaters",
6676
+ "Fan coil air-cooled chiller with no heat",
6677
+ "Fan coil district chilled water with boiler",
6678
+ "Fan coil district chilled water with central air source heat pump",
6679
+ "Fan coil district chilled water with district hot water",
6680
+ "Fan coil district chilled water with baseboard electric",
6681
+ "Fan coil district chilled water with gas unit heaters",
6682
+ "Fan coil district chilled water with no heat"
6683
+ ],
6684
+ "type": "string"
6685
+ },
6686
+ "FCU": {
6687
+ "title": "FCU",
6688
+ "description": "Fan Coil Unit (FCU) heating/cooling system (with no ventilation).",
6689
+ "type": "object",
6690
+ "properties": {
6691
+ "identifier": {
6692
+ "title": "Identifier",
6693
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6694
+ "maxLength": 100,
6695
+ "minLength": 1,
6696
+ "type": "string"
6697
+ },
6698
+ "display_name": {
6699
+ "title": "Display Name",
6700
+ "description": "Display name of the object with no character restrictions.",
6701
+ "type": "string"
6702
+ },
6703
+ "vintage": {
6704
+ "title": "Vintage",
6705
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6706
+ "default": "90.1-2013",
6707
+ "allOf": [
6708
+ {
6709
+ "$ref": "#/components/schemas/Vintages"
6710
+ }
6711
+ ]
6712
+ },
6713
+ "type": {
6714
+ "title": "Type",
6715
+ "default": "FCU",
6716
+ "pattern": "^FCU$",
6717
+ "type": "string",
6718
+ "readOnly": true
6719
+ },
6720
+ "equipment_type": {
6721
+ "title": "Equipment Type",
6722
+ "description": "Text for the specific type of system equipment from the FCUEquipmentType enumeration.",
6723
+ "default": "Fan coil chiller with boiler",
6724
+ "allOf": [
6725
+ {
6726
+ "$ref": "#/components/schemas/FCUEquipmentType"
6727
+ }
6728
+ ]
6729
+ }
6730
+ },
6731
+ "required": [
6732
+ "identifier"
6733
+ ],
6734
+ "additionalProperties": false
6735
+ },
6736
+ "WSHPEquipmentType": {
6737
+ "title": "WSHPEquipmentType",
6738
+ "description": "An enumeration.",
6739
+ "enum": [
6740
+ "Water source heat pumps fluid cooler with boiler",
6741
+ "Water source heat pumps cooling tower with boiler",
6742
+ "Water source heat pumps with ground source heat pump",
6743
+ "Water source heat pumps district chilled water with district hot water"
6744
+ ],
6745
+ "type": "string"
6746
+ },
6747
+ "WSHP": {
6748
+ "title": "WSHP",
6749
+ "description": "Direct evaporative cooling systems (with optional heating).",
6750
+ "type": "object",
6751
+ "properties": {
6752
+ "identifier": {
6753
+ "title": "Identifier",
6754
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6755
+ "maxLength": 100,
6756
+ "minLength": 1,
6757
+ "type": "string"
6758
+ },
6759
+ "display_name": {
6760
+ "title": "Display Name",
6761
+ "description": "Display name of the object with no character restrictions.",
6762
+ "type": "string"
6763
+ },
6764
+ "vintage": {
6765
+ "title": "Vintage",
6766
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6767
+ "default": "90.1-2013",
6768
+ "allOf": [
6769
+ {
6770
+ "$ref": "#/components/schemas/Vintages"
6771
+ }
6772
+ ]
6773
+ },
6774
+ "type": {
6775
+ "title": "Type",
6776
+ "default": "WSHP",
6777
+ "pattern": "^WSHP$",
6778
+ "type": "string",
6779
+ "readOnly": true
6780
+ },
6781
+ "equipment_type": {
6782
+ "title": "Equipment Type",
6783
+ "description": "Text for the specific type of system equipment from the WSHPEquipmentType enumeration.",
6784
+ "default": "Water source heat pumps fluid cooler with boiler",
6785
+ "allOf": [
6786
+ {
6787
+ "$ref": "#/components/schemas/WSHPEquipmentType"
6788
+ }
6789
+ ]
6790
+ }
6791
+ },
6792
+ "required": [
6793
+ "identifier"
6794
+ ],
6795
+ "additionalProperties": false
6796
+ },
6797
+ "VRFEquipmentType": {
6798
+ "title": "VRFEquipmentType",
6799
+ "description": "An enumeration.",
6800
+ "enum": [
6801
+ "VRF"
6802
+ ],
6803
+ "type": "string"
6804
+ },
6805
+ "VRF": {
6806
+ "title": "VRF",
6807
+ "description": "Variable Refrigerant Flow (VRF) heating/cooling system (with no ventilation).",
6808
+ "type": "object",
6809
+ "properties": {
6810
+ "identifier": {
6811
+ "title": "Identifier",
6812
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6813
+ "maxLength": 100,
6814
+ "minLength": 1,
6815
+ "type": "string"
6816
+ },
6817
+ "display_name": {
6818
+ "title": "Display Name",
6819
+ "description": "Display name of the object with no character restrictions.",
6820
+ "type": "string"
6821
+ },
6822
+ "vintage": {
6823
+ "title": "Vintage",
6824
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6825
+ "default": "90.1-2013",
6826
+ "allOf": [
6827
+ {
6828
+ "$ref": "#/components/schemas/Vintages"
6829
+ }
6830
+ ]
6831
+ },
6832
+ "type": {
6833
+ "title": "Type",
6834
+ "default": "VRF",
6835
+ "pattern": "^VRF$",
6836
+ "type": "string",
6837
+ "readOnly": true
6838
+ },
6839
+ "equipment_type": {
6840
+ "title": "Equipment Type",
6841
+ "description": "Text for the specific type of system equipment from the VRFEquipmentType enumeration.",
6842
+ "default": "VRF",
6843
+ "allOf": [
6844
+ {
6845
+ "$ref": "#/components/schemas/VRFEquipmentType"
6846
+ }
6847
+ ]
6848
+ }
6849
+ },
6850
+ "required": [
6851
+ "identifier"
6852
+ ],
6853
+ "additionalProperties": false
6854
+ },
6855
+ "BaseboardEquipmentType": {
6856
+ "title": "BaseboardEquipmentType",
6857
+ "description": "An enumeration.",
6858
+ "enum": [
6859
+ "Baseboard electric",
6860
+ "Baseboard gas boiler",
6861
+ "Baseboard central air source heat pump",
6862
+ "Baseboard district hot water"
6863
+ ],
6864
+ "type": "string"
6865
+ },
6866
+ "Baseboard": {
6867
+ "title": "Baseboard",
6868
+ "description": "Baseboard heating system. Intended for spaces only requiring heating.",
6869
+ "type": "object",
6870
+ "properties": {
6871
+ "identifier": {
6872
+ "title": "Identifier",
6873
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6874
+ "maxLength": 100,
6875
+ "minLength": 1,
6876
+ "type": "string"
6877
+ },
6878
+ "display_name": {
6879
+ "title": "Display Name",
6880
+ "description": "Display name of the object with no character restrictions.",
6881
+ "type": "string"
6882
+ },
6883
+ "vintage": {
6884
+ "title": "Vintage",
6885
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6886
+ "default": "90.1-2013",
6887
+ "allOf": [
6888
+ {
6889
+ "$ref": "#/components/schemas/Vintages"
6890
+ }
6891
+ ]
6892
+ },
6893
+ "type": {
6894
+ "title": "Type",
6895
+ "default": "Baseboard",
6896
+ "pattern": "^Baseboard$",
6897
+ "type": "string",
6898
+ "readOnly": true
6899
+ },
6900
+ "equipment_type": {
6901
+ "title": "Equipment Type",
6902
+ "description": "Text for the specific type of system equipment from the BaseboardEquipmentType enumeration.",
6903
+ "default": "Baseboard electric",
6904
+ "allOf": [
6905
+ {
6906
+ "$ref": "#/components/schemas/BaseboardEquipmentType"
6907
+ }
6908
+ ]
6909
+ }
6910
+ },
6911
+ "required": [
6912
+ "identifier"
6913
+ ],
6914
+ "additionalProperties": false
6915
+ },
6916
+ "EvaporativeCoolerEquipmentType": {
6917
+ "title": "EvaporativeCoolerEquipmentType",
6918
+ "description": "An enumeration.",
6919
+ "enum": [
6920
+ "Direct evap coolers with baseboard electric",
6921
+ "Direct evap coolers with baseboard gas boiler",
6922
+ "Direct evap coolers with baseboard central air source heat pump",
6923
+ "Direct evap coolers with baseboard district hot water",
6924
+ "Direct evap coolers with forced air furnace",
6925
+ "Direct evap coolers with gas unit heaters",
6926
+ "Direct evap coolers with no heat"
6927
+ ],
6928
+ "type": "string"
6929
+ },
6930
+ "EvaporativeCooler": {
6931
+ "title": "EvaporativeCooler",
6932
+ "description": "Direct evaporative cooling systems (with optional heating).",
6933
+ "type": "object",
6934
+ "properties": {
6935
+ "identifier": {
6936
+ "title": "Identifier",
6937
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
6938
+ "maxLength": 100,
6939
+ "minLength": 1,
6940
+ "type": "string"
6941
+ },
6942
+ "display_name": {
6943
+ "title": "Display Name",
6944
+ "description": "Display name of the object with no character restrictions.",
6945
+ "type": "string"
6946
+ },
6947
+ "vintage": {
6948
+ "title": "Vintage",
6949
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
6950
+ "default": "90.1-2013",
6951
+ "allOf": [
6952
+ {
6953
+ "$ref": "#/components/schemas/Vintages"
6954
+ }
6955
+ ]
6956
+ },
6957
+ "type": {
6958
+ "title": "Type",
6959
+ "default": "EvaporativeCooler",
6960
+ "pattern": "^EvaporativeCooler$",
6961
+ "type": "string",
6962
+ "readOnly": true
6963
+ },
6964
+ "equipment_type": {
6965
+ "title": "Equipment Type",
6966
+ "description": "Text for the specific type of system equipment from the EvaporativeCoolerEquipmentType enumeration.",
6967
+ "default": "Direct evap coolers with baseboard electric",
6968
+ "allOf": [
6969
+ {
6970
+ "$ref": "#/components/schemas/EvaporativeCoolerEquipmentType"
6971
+ }
6972
+ ]
6973
+ }
6974
+ },
6975
+ "required": [
6976
+ "identifier"
6977
+ ],
6978
+ "additionalProperties": false
6979
+ },
6980
+ "ResidentialEquipmentType": {
6981
+ "title": "ResidentialEquipmentType",
6982
+ "description": "An enumeration.",
6983
+ "enum": [
6984
+ "Residential AC with baseboard electric",
6985
+ "Residential AC with baseboard gas boiler",
6986
+ "Residential AC with baseboard central air source heat pump",
6987
+ "Residential AC with baseboard district hot water",
6988
+ "Residential AC with residential forced air furnace",
6989
+ "Residential AC with no heat",
6990
+ "Residential heat pump",
6991
+ "Residential heat pump with no cooling",
6992
+ "Residential forced air furnace"
6993
+ ],
6994
+ "type": "string"
6995
+ },
6996
+ "Residential": {
6997
+ "title": "Residential",
6998
+ "description": "Residential Air Conditioning, Heat Pump or Furnace system.",
6999
+ "type": "object",
7000
+ "properties": {
7001
+ "identifier": {
7002
+ "title": "Identifier",
7003
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7004
+ "maxLength": 100,
7005
+ "minLength": 1,
7006
+ "type": "string"
7007
+ },
7008
+ "display_name": {
7009
+ "title": "Display Name",
7010
+ "description": "Display name of the object with no character restrictions.",
7011
+ "type": "string"
7012
+ },
7013
+ "vintage": {
7014
+ "title": "Vintage",
7015
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7016
+ "default": "90.1-2013",
7017
+ "allOf": [
7018
+ {
7019
+ "$ref": "#/components/schemas/Vintages"
7020
+ }
7021
+ ]
7022
+ },
7023
+ "type": {
7024
+ "title": "Type",
7025
+ "default": "Residential",
7026
+ "pattern": "^Residential$",
7027
+ "type": "string",
7028
+ "readOnly": true
7029
+ },
7030
+ "equipment_type": {
7031
+ "title": "Equipment Type",
7032
+ "description": "Text for the specific type of system equipment from the ResidentialEquipmentType enumeration.",
7033
+ "default": "Residential AC with baseboard electric",
7034
+ "allOf": [
7035
+ {
7036
+ "$ref": "#/components/schemas/ResidentialEquipmentType"
7037
+ }
7038
+ ]
7039
+ }
7040
+ },
7041
+ "required": [
7042
+ "identifier"
7043
+ ],
7044
+ "additionalProperties": false
7045
+ },
7046
+ "WindowACEquipmentType": {
7047
+ "title": "WindowACEquipmentType",
7048
+ "description": "An enumeration.",
7049
+ "enum": [
7050
+ "Window AC with baseboard electric",
7051
+ "Window AC with baseboard gas boiler",
7052
+ "Window AC with baseboard central air source heat pump",
7053
+ "Window AC with baseboard district hot water",
7054
+ "Window AC with forced air furnace",
7055
+ "Window AC with unit heaters",
7056
+ "Window AC with no heat"
7057
+ ],
7058
+ "type": "string"
7059
+ },
7060
+ "WindowAC": {
7061
+ "title": "WindowAC",
7062
+ "description": "Window Air Conditioning cooling system (with optional heating).",
7063
+ "type": "object",
7064
+ "properties": {
7065
+ "identifier": {
7066
+ "title": "Identifier",
7067
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
7068
+ "maxLength": 100,
7069
+ "minLength": 1,
7070
+ "type": "string"
7071
+ },
7072
+ "display_name": {
7073
+ "title": "Display Name",
7074
+ "description": "Display name of the object with no character restrictions.",
7075
+ "type": "string"
7076
+ },
7077
+ "vintage": {
7078
+ "title": "Vintage",
7079
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7080
+ "default": "90.1-2013",
7081
+ "allOf": [
7082
+ {
7083
+ "$ref": "#/components/schemas/Vintages"
5267
7084
  }
5268
7085
  ]
5269
7086
  },
5270
- "cooling_limit": {
5271
- "title": "Cooling Limit",
5272
- "description": "A number for the maximum cooling capacity in Watts. This can also be an Autosize object to indicate that the capacity should be determined during the EnergyPlus sizing calculation. This can also be a NoLimit object to indicate no upper limit to the cooling capacity.",
5273
- "default": {
5274
- "type": "Autosize"
5275
- },
5276
- "anyOf": [
5277
- {
5278
- "$ref": "#/components/schemas/NoLimit"
5279
- },
5280
- {
5281
- "$ref": "#/components/schemas/Autosize"
5282
- },
7087
+ "type": {
7088
+ "title": "Type",
7089
+ "default": "WindowAC",
7090
+ "pattern": "^WindowAC$",
7091
+ "type": "string",
7092
+ "readOnly": true
7093
+ },
7094
+ "equipment_type": {
7095
+ "title": "Equipment Type",
7096
+ "description": "Text for the specific type of system equipment from the WindowACEquipmentType enumeration.",
7097
+ "default": "Window AC with baseboard electric",
7098
+ "allOf": [
5283
7099
  {
5284
- "type": "number",
5285
- "minimum": 0,
5286
- "format": "double"
7100
+ "$ref": "#/components/schemas/WindowACEquipmentType"
5287
7101
  }
5288
7102
  ]
5289
- },
5290
- "heating_availability": {
5291
- "title": "Heating Availability",
5292
- "description": "An optional identifier of a schedule to set the availability of heating over the course of the simulation.",
7103
+ }
7104
+ },
7105
+ "required": [
7106
+ "identifier"
7107
+ ],
7108
+ "additionalProperties": false
7109
+ },
7110
+ "GasUnitHeaterEquipmentType": {
7111
+ "title": "GasUnitHeaterEquipmentType",
7112
+ "description": "An enumeration.",
7113
+ "enum": [
7114
+ "Gas unit heaters"
7115
+ ],
7116
+ "type": "string"
7117
+ },
7118
+ "GasUnitHeater": {
7119
+ "title": "GasUnitHeater",
7120
+ "description": "Gas unit heating system. Intended for spaces only requiring heating.",
7121
+ "type": "object",
7122
+ "properties": {
7123
+ "identifier": {
7124
+ "title": "Identifier",
7125
+ "description": "Text string for a unique object ID. This identifier remains constant as the object is mutated, copied, and serialized to different formats (eg. dict, idf, osm). This identifier is also used to reference the object across a Model. It must be < 100 characters, use only ASCII characters and exclude (, ; ! \\n \\t).",
5293
7126
  "maxLength": 100,
5294
7127
  "minLength": 1,
5295
7128
  "type": "string"
5296
7129
  },
5297
- "cooling_availability": {
5298
- "title": "Cooling Availability",
5299
- "description": "An optional identifier of a schedule to set the availability of cooling over the course of the simulation.",
5300
- "maxLength": 100,
5301
- "minLength": 1,
7130
+ "display_name": {
7131
+ "title": "Display Name",
7132
+ "description": "Display name of the object with no character restrictions.",
5302
7133
  "type": "string"
7134
+ },
7135
+ "vintage": {
7136
+ "title": "Vintage",
7137
+ "description": "Text for the vintage of the template system. This will be used to set efficiencies for various pieces of equipment within the system. Further information about these defaults can be found in the version of ASHRAE 90.1 corresponding to the selected vintage. Read-only versions of the standard can be found at: https://www.ashrae.org/technical-resources/standards-and-guidelines/read-only-versions-of-ashrae-standards",
7138
+ "default": "90.1-2013",
7139
+ "allOf": [
7140
+ {
7141
+ "$ref": "#/components/schemas/Vintages"
7142
+ }
7143
+ ]
7144
+ },
7145
+ "type": {
7146
+ "title": "Type",
7147
+ "default": "GasUnitHeater",
7148
+ "pattern": "^GasUnitHeater$",
7149
+ "type": "string",
7150
+ "readOnly": true
7151
+ },
7152
+ "equipment_type": {
7153
+ "title": "Equipment Type",
7154
+ "description": "Text for the specific type of system equipment from the GasUnitHeaterEquipmentType enumeration.",
7155
+ "default": "Gas unit heaters",
7156
+ "allOf": [
7157
+ {
7158
+ "$ref": "#/components/schemas/GasUnitHeaterEquipmentType"
7159
+ }
7160
+ ]
5303
7161
  }
5304
7162
  },
5305
7163
  "required": [
@@ -6142,13 +8000,13 @@
6142
8000
  "values": {
6143
8001
  "title": "Values",
6144
8002
  "description": "A list of timeseries values occuring at each timestep over the course of the simulation.",
8003
+ "minItems": 24,
8004
+ "maxItems": 527040,
6145
8005
  "type": "array",
6146
8006
  "items": {
6147
8007
  "type": "number",
6148
8008
  "format": "double"
6149
- },
6150
- "minItems": 24,
6151
- "maxItems": 527040
8009
+ }
6152
8010
  },
6153
8011
  "display_name": {
6154
8012
  "title": "Display Name",
@@ -6183,13 +8041,13 @@
6183
8041
  1,
6184
8042
  1
6185
8043
  ],
8044
+ "minItems": 2,
8045
+ "maxItems": 3,
6186
8046
  "type": "array",
6187
8047
  "items": {
6188
8048
  "type": "integer",
6189
8049
  "format": "int32"
6190
- },
6191
- "minItems": 2,
6192
- "maxItems": 3
8050
+ }
6193
8051
  },
6194
8052
  "placeholder_value": {
6195
8053
  "title": "Placeholder Value",
@@ -6223,13 +8081,6 @@
6223
8081
  "type": "string",
6224
8082
  "readOnly": true
6225
8083
  },
6226
- "global_construction_set": {
6227
- "title": "Global Construction Set",
6228
- "description": "Identifier for the ConstructionSet to be used for all objects lacking their own construction or a parent Room construction_set. This ConstructionSet must appear under the Model construction_sets.",
6229
- "maxLength": 100,
6230
- "minLength": 1,
6231
- "type": "string"
6232
- },
6233
8084
  "construction_sets": {
6234
8085
  "title": "Construction Sets",
6235
8086
  "description": "List of all unique ConstructionSets in the Model.",
@@ -6322,7 +8173,59 @@
6322
8173
  "description": "List of all unique HVAC systems in the Model.",
6323
8174
  "type": "array",
6324
8175
  "items": {
6325
- "$ref": "#/components/schemas/IdealAirSystemAbridged"
8176
+ "anyOf": [
8177
+ {
8178
+ "$ref": "#/components/schemas/IdealAirSystemAbridged"
8179
+ },
8180
+ {
8181
+ "$ref": "#/components/schemas/VAV"
8182
+ },
8183
+ {
8184
+ "$ref": "#/components/schemas/PVAV"
8185
+ },
8186
+ {
8187
+ "$ref": "#/components/schemas/PSZ"
8188
+ },
8189
+ {
8190
+ "$ref": "#/components/schemas/PTAC"
8191
+ },
8192
+ {
8193
+ "$ref": "#/components/schemas/ForcedAirFurnace"
8194
+ },
8195
+ {
8196
+ "$ref": "#/components/schemas/FCUwithDOAS"
8197
+ },
8198
+ {
8199
+ "$ref": "#/components/schemas/WSHPwithDOAS"
8200
+ },
8201
+ {
8202
+ "$ref": "#/components/schemas/VRFwithDOAS"
8203
+ },
8204
+ {
8205
+ "$ref": "#/components/schemas/FCU"
8206
+ },
8207
+ {
8208
+ "$ref": "#/components/schemas/WSHP"
8209
+ },
8210
+ {
8211
+ "$ref": "#/components/schemas/VRF"
8212
+ },
8213
+ {
8214
+ "$ref": "#/components/schemas/Baseboard"
8215
+ },
8216
+ {
8217
+ "$ref": "#/components/schemas/EvaporativeCooler"
8218
+ },
8219
+ {
8220
+ "$ref": "#/components/schemas/Residential"
8221
+ },
8222
+ {
8223
+ "$ref": "#/components/schemas/WindowAC"
8224
+ },
8225
+ {
8226
+ "$ref": "#/components/schemas/GasUnitHeater"
8227
+ }
8228
+ ]
6326
8229
  }
6327
8230
  },
6328
8231
  "program_types": {
@@ -7222,13 +9125,13 @@
7222
9125
  0.01,
7223
9126
  1.0
7224
9127
  ],
9128
+ "minItems": 3,
9129
+ "maxItems": 3,
7225
9130
  "type": "array",
7226
9131
  "items": {
7227
9132
  "type": "number",
7228
9133
  "format": "double"
7229
- },
7230
- "minItems": 3,
7231
- "maxItems": 3
9134
+ }
7232
9135
  },
7233
9136
  "thickness": {
7234
9137
  "title": "Thickness",
@@ -7255,35 +9158,35 @@
7255
9158
  "front_diffuse_reflectance": {
7256
9159
  "title": "Front Diffuse Reflectance",
7257
9160
  "description": "Optional additional front diffuse reflectance as sequence of numbers (default: None).",
9161
+ "minItems": 3,
9162
+ "maxItems": 3,
7258
9163
  "type": "array",
7259
9164
  "items": {
7260
9165
  "type": "number",
7261
9166
  "format": "double"
7262
- },
7263
- "minItems": 3,
7264
- "maxItems": 3
9167
+ }
7265
9168
  },
7266
9169
  "back_diffuse_reflectance": {
7267
9170
  "title": "Back Diffuse Reflectance",
7268
9171
  "description": "Optional additional back diffuse reflectance as sequence of numbers (default: None).",
9172
+ "minItems": 3,
9173
+ "maxItems": 3,
7269
9174
  "type": "array",
7270
9175
  "items": {
7271
9176
  "type": "number",
7272
9177
  "format": "double"
7273
- },
7274
- "minItems": 3,
7275
- "maxItems": 3
9178
+ }
7276
9179
  },
7277
9180
  "diffuse_transmittance": {
7278
9181
  "title": "Diffuse Transmittance",
7279
9182
  "description": "Optional additional diffuse transmittance as sequence of numbers (default: None).",
9183
+ "minItems": 3,
9184
+ "maxItems": 3,
7280
9185
  "type": "array",
7281
9186
  "items": {
7282
9187
  "type": "number",
7283
9188
  "format": "double"
7284
- },
7285
- "minItems": 3,
7286
- "maxItems": 3
9189
+ }
7287
9190
  }
7288
9191
  },
7289
9192
  "required": [
@@ -8662,11 +10565,6 @@
8662
10565
  }
8663
10566
  ]
8664
10567
  }
8665
- },
8666
- "global_modifier_set": {
8667
- "title": "Global Modifier Set",
8668
- "description": "Identifier of a ModifierSet or ModifierSetAbridged object to be used as as a default object for all unassigned objects in the Model (default: None).",
8669
- "type": "string"
8670
10568
  }
8671
10569
  },
8672
10570
  "additionalProperties": false
@@ -8729,6 +10627,13 @@
8729
10627
  "type": "string",
8730
10628
  "readOnly": true
8731
10629
  },
10630
+ "version": {
10631
+ "title": "Version",
10632
+ "description": "Text string for the current version of the schema.",
10633
+ "default": "1.36.0",
10634
+ "pattern": "([0-9]+)\\.([0-9]+)\\.([0-9]+)",
10635
+ "type": "string"
10636
+ },
8732
10637
  "rooms": {
8733
10638
  "title": "Rooms",
8734
10639
  "description": "A list of Rooms in the model.",
@@ -8770,15 +10675,14 @@
8770
10675
  }
8771
10676
  },
8772
10677
  "units": {
10678
+ "title": "Units",
10679
+ "description": "Text indicating the units in which the model geometry exists. This is used to scale the geometry to the correct units for simulation engines like EnergyPlus, which requires all geometry be in meters.",
10680
+ "default": "Meters",
8773
10681
  "allOf": [
8774
10682
  {
8775
10683
  "$ref": "#/components/schemas/Units"
8776
10684
  }
8777
- ],
8778
- "title": "Units",
8779
- "description": "Text indicating the units in which the model geometry exists. This is used to scale the geometry to the correct units for simulation engines like EnergyPlus, which requires all geometry be in meters.",
8780
- "default": "Meters",
8781
- "type": "string"
10685
+ ]
8782
10686
  },
8783
10687
  "tolerance": {
8784
10688
  "title": "Tolerance",
@@ -8802,131 +10706,6 @@
8802
10706
  "properties"
8803
10707
  ],
8804
10708
  "additionalProperties": false
8805
- },
8806
- "Roughness": {
8807
- "title": "Roughness",
8808
- "default": "MediumRough",
8809
- "enum": [
8810
- "VeryRough",
8811
- "Rough",
8812
- "MediumRough",
8813
- "MediumSmooth",
8814
- "Smooth",
8815
- "VerySmooth"
8816
- ],
8817
- "type": "string"
8818
- },
8819
- "SlatOrientation": {
8820
- "title": "Slat Orientation",
8821
- "default": "Horizontal",
8822
- "enum": [
8823
- "Horizontal",
8824
- "Vertical"
8825
- ],
8826
- "type": "string"
8827
- },
8828
- "GasType": {
8829
- "title": "Gas Type",
8830
- "default": "Air",
8831
- "enum": [
8832
- "Air",
8833
- "Argon",
8834
- "Krypton",
8835
- "Xenon"
8836
- ],
8837
- "type": "string"
8838
- },
8839
- "FaceType": {
8840
- "title": "Face Type",
8841
- "enum": [
8842
- "Wall",
8843
- "Floor",
8844
- "RoofCeiling",
8845
- "AirBoundary"
8846
- ],
8847
- "type": "string"
8848
- },
8849
- "EconomizerType": {
8850
- "title": "Economizer Type",
8851
- "description": "Text to indicate the type of air-side economizer used on the ideal air system. Economizers will mix in a greater amount of outdoor air to cool the zone (rather than running the cooling system) when the zone needs cooling and the outdoor air is cooler than the zone.",
8852
- "default": "DifferentialDryBulb",
8853
- "enum": [
8854
- "NoEconomizer",
8855
- "DifferentialDryBulb",
8856
- "DifferentialEnthalpy"
8857
- ],
8858
- "type": "string"
8859
- },
8860
- "Units": {
8861
- "title": "Units",
8862
- "description": "Text indicating the units in which the model geometry exists. This is used to scale the geometry to the correct units for simulation engines like EnergyPlus, which requires all geometry be in meters.",
8863
- "default": "Meters",
8864
- "enum": [
8865
- "Meters",
8866
- "Millimeters",
8867
- "Feet",
8868
- "Inches",
8869
- "Centimeters"
8870
- ],
8871
- "type": "string"
8872
- },
8873
- "ScheduleNumericType": {
8874
- "title": "Numeric Type",
8875
- "default": "Continuous",
8876
- "enum": [
8877
- "Continuous",
8878
- "Discrete"
8879
- ],
8880
- "type": "string"
8881
- },
8882
- "ScheduleUnitType": {
8883
- "title": "Unit Type",
8884
- "default": "Dimensionless",
8885
- "enum": [
8886
- "Dimensionless",
8887
- "Temperature",
8888
- "DeltaTemperature",
8889
- "PrecipitationRate",
8890
- "Angle",
8891
- "ConvectionCoefficient",
8892
- "ActivityLevel",
8893
- "Velocity",
8894
- "Capacity",
8895
- "Power",
8896
- "Availability",
8897
- "Percent",
8898
- "Control",
8899
- "Mode"
8900
- ],
8901
- "type": "string"
8902
- },
8903
- "ShadeLocation": {
8904
- "title": "Shade Location",
8905
- "description": "Text to indicate where in the window assembly the shade_material is located. Note that the WindowConstruction must have at least one gas gap to use the \"Between\" option. Also note that, for a WindowConstruction with more than one gas gap, the \"Between\" option defalts to using the inner gap as this is the only option that EnergyPlus supports.",
8906
- "default": "Interior",
8907
- "enum": [
8908
- "Interior",
8909
- "Between",
8910
- "Exterior"
8911
- ],
8912
- "type": "string"
8913
- },
8914
- "ControlType": {
8915
- "title": "Control Type",
8916
- "description": "Text to indicate how the shading device is controlled, which determines when the shading is \u201con\u201d or \u201coff.\u201d",
8917
- "default": "AlwaysOn",
8918
- "enum": [
8919
- "AlwaysOn",
8920
- "OnIfHighSolarOnWindow",
8921
- "OnIfHighHorizontalSolar",
8922
- "OnIfHighOutdoorAirTemperature",
8923
- "OnIfHighZoneAirTemperature",
8924
- "OnIfHighZoneCooling",
8925
- "OnNightIfLowOutdoorTempAndOffDay",
8926
- "OnNightIfLowInsideTempAndOffDay",
8927
- "OnNightIfHeatingAndOffDay"
8928
- ],
8929
- "type": "string"
8930
10709
  }
8931
10710
  }
8932
10711
  }