Revolutio · Schema
Revolutio Wind Hazard Analysis Result
Wind hazard analysis result returned by the Revolutio Hazard API per AS/NZS 1170.2 or ASCE 7
EngineeringHazardWeatherStructural EngineeringWind AnalysisConstruction
Properties
| Name | Type | Description |
|---|---|---|
| region | string | Wind region classification (e.g., A0, A1, B, C, D) |
| class | string | Site wind class (e.g., N1-N6, C1-C3) |
| criticalDirection | string | Critical wind direction angle or compass point |
| terrainCategory | object | Directional terrain category for each wind direction |
| topographicClass | object | Directional topographic multiplier class |
| shieldingClass | object | Directional shielding multiplier class |
| windSpeed | number | Design wind speed in m/s (metric) or mph (imperial) |
| standard | string | Applied design standard |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/revolutio/main/json-schema/revolutio-wind-result-schema.json",
"title": "Revolutio Wind Hazard Analysis Result",
"description": "Wind hazard analysis result returned by the Revolutio Hazard API per AS/NZS 1170.2 or ASCE 7",
"type": "object",
"properties": {
"region": {
"type": "string",
"description": "Wind region classification (e.g., A0, A1, B, C, D)",
"example": "A0"
},
"class": {
"type": "string",
"description": "Site wind class (e.g., N1-N6, C1-C3)",
"example": "N1"
},
"criticalDirection": {
"type": "string",
"description": "Critical wind direction angle or compass point",
"example": "N"
},
"terrainCategory": {
"type": "object",
"description": "Directional terrain category for each wind direction",
"additionalProperties": { "type": "string" }
},
"topographicClass": {
"type": "object",
"description": "Directional topographic multiplier class",
"additionalProperties": { "type": "string" }
},
"shieldingClass": {
"type": "object",
"description": "Directional shielding multiplier class",
"additionalProperties": { "type": "string" }
},
"windSpeed": {
"type": "number",
"format": "double",
"description": "Design wind speed in m/s (metric) or mph (imperial)"
},
"standard": {
"type": "string",
"description": "Applied design standard",
"example": "AS/NZS 1170.2-2021"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/revolutio-wind-result"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.