Created
December 17, 2025 00:11
-
-
Save elliotlarson/d0cefb347fb91c0ec8b1f2418582697c to your computer and use it in GitHub Desktop.
API V4 Attachment Spans: ff2 (regression test)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "parameters": { | |
| "asce": "7-16", | |
| "zipCode": "91320", | |
| "windSpeed": 94, | |
| "groundSnowLoad": 1, | |
| "windExposure": "B", | |
| "sds": 1.25, | |
| "siteElevation": 699, | |
| "panelLengthMm": 1130, | |
| "panelWidthMm": 500, | |
| "panelWeightKg": 30, | |
| "panelThicknessMm": 30, | |
| "buildingHeight": 18.89, | |
| "roofSlope": 24.65, | |
| "roofShape": "gable", | |
| "riskCategory": "II", | |
| "orientations": { | |
| "portrait": { | |
| "zones": { | |
| "1/2e": { | |
| "maxSpans": { | |
| "normal": 103, | |
| "exposed": 103, | |
| "edge": 98 | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "roofAttachments": ["ff2"], | |
| "railPlatform": "xr" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment