Created
August 28, 2019 02:01
-
-
Save kalda341/37df897e7e46df6b35e4e5075c17181b to your computer and use it in GitHub Desktop.
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
{ | |
"sections": [ | |
{ | |
"title": "Flooding", | |
"questions": [ | |
{ | |
"text": "Is the site within a flood plain?", | |
"path": ["siteInfo", "flooding", "floodPlain"] | |
}, | |
{ | |
"text": "Is the site within a flood prone area?", | |
"path": ["siteInfo", "flooding", "floodProne"] | |
}, | |
{ | |
"text": "Is the site within a flood sensitive area?", | |
"path": ["siteInfo", "flooding", "floodSensitive"] | |
}, | |
{ | |
"text": "Does the site contain an overland flow path?", | |
"path": ["siteInfo", "flooding", "overlandFlowPath"] | |
}, | |
{ | |
"text": "Is the site subject to coastal inundation?", | |
"path": ["siteInfo", "flooding", "coastalInnundation"] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment