site_optimizer.scenario_selected
A Rito user selected a development scenario from the Site Optimizer — Camino records the investment intent for the fund/contact.
Senders
rito
Receivers
camino
Data schema
Each field maps to a type hint. | null indicates an optional field.
json
{
"lotAddress": "string",
"city": "string",
"state": "string",
"selectedAssetClass": "string",
"estimatedCost": "number",
"estimatedIRR": "number",
"fundId": "string"
}Example payload
The following is a synthetic payload that matches the schema. Production payloads are signed with HMAC-SHA256 and delivered to each receiver's registered webhook endpoint.
json
{
"lotAddress": "example-lotAddress",
"city": "example-city",
"state": "example-state",
"selectedAssetClass": "example-selectedAssetClass",
"estimatedCost": 0,
"estimatedIRR": 0,
"fundId": "example-fundId"
}See also
Generated from ecosystem-sdk/packages/mcp-server/src/registry/events.json. Do not edit by hand.