Skip to content

Instantly share code, notes, and snippets.

@kalda341
Created August 28, 2019 02:01
Show Gist options
  • Save kalda341/37df897e7e46df6b35e4e5075c17181b to your computer and use it in GitHub Desktop.
Save kalda341/37df897e7e46df6b35e4e5075c17181b to your computer and use it in GitHub Desktop.
{
"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