Skip to content

home_energy_score_json_schema / zone / zone_wall / zone_wall_item

Zone Window

Type: object
Additional Properties Allowed: False

Property Type Required Format Title
window_area number ✅
window_method enum
window_code enum
window_u_value number
window_shgc number
solar_screen boolean

allOf Requirement

Conditional Validation

if true validate
window_area has exclusive minimum value of 0 AND window_method is code window_code is present
AND
window_u_value, window_shgc are not present
window_area has exclusive minimum value of 0 AND window_method is not code AND window_method is custom window_u_value, window_shgc are present
AND
window_code is not present
window_area has exclusive minimum value of 0 window_area is present

window_area

Area of windows on this wall (square feet)

  • is required
  • Type: number

Minimum Number: 0
Maximum Number: 999

window_method

Construction method to use for this window

  • is not required
  • Type: enum
Value
code
custom

window_code

assembly code for this window (only used if window_method is code)

  • is not required
  • Type: enum
Value
scna
scnw
stna
stnw
dcaa
dcab
dcaw
dtaa
dtab
dtaw
dpeaw
dpeaab
dpeaaw
dseaa
dseab
dseaw
dseaaw
thmabw

window_u_value

U-value of this window (Btu/sf-hr-F) (only used if window_method is custom)

  • is not required
  • Type: number

Minimum Number: 0.01
Maximum Number: 5

window_shgc

Solar heat gain coefficient of this window (only used if window_method is custom)

  • is not required
  • Type: number

Exclusive Minimum: 0

solar_screen

Does this window have a solar screen?

  • is not required
  • Type: boolean