You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rule 5-18 requires checking if a space is existing or altered if ( space_b.status_type == EXISTING ) OR ( space_b.status_type == ALTERED ): rule_applicability_check = TRUE. However, in the Enumerations2019ASHRAE901.schema file, there is no "ALTERED". "SpaceStatusOptions2019ASHRAE901": { "type": "string", "enum": [ "NEW", "EXISTING" ], "descriptions": [ "New", "Existing" ] },
The text was updated successfully, but these errors were encountered:
Rule 5-18 requires checking if a space is existing or altered
if ( space_b.status_type == EXISTING ) OR ( space_b.status_type == ALTERED ): rule_applicability_check = TRUE
. However, in the Enumerations2019ASHRAE901.schema file, there is no "ALTERED"."SpaceStatusOptions2019ASHRAE901": { "type": "string", "enum": [ "NEW", "EXISTING" ], "descriptions": [ "New", "Existing" ] },
The text was updated successfully, but these errors were encountered: