Skip to content

Commit 7570668

Browse files
committed
fix: remove deprecated description key from manifest
1 parent c55f9b4 commit 7570668

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

spp_api_v2_simulation/__manifest__.py

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,4 @@
2626
"summary": """
2727
REST API for simulation scenario management.
2828
""",
29-
"description": """
30-
OpenSPP Simulation API
31-
======================
32-
33-
Extends OpenSPP API V2 with simulation-specific endpoints for managing targeting scenarios,
34-
runs, and comparisons, plus aggregation endpoints for population analytics.
35-
36-
Endpoints
37-
---------
38-
- ``CRUD /simulation/scenarios`` - Manage simulation scenarios
39-
- ``CRUD /simulation/runs`` - Execute and retrieve simulation runs
40-
- ``CRUD /simulation/comparisons`` - Compare different scenarios
41-
- ``GET /simulation/scenarios/{id}/execute`` - Execute a scenario
42-
- ``GET /simulation/runs/{id}/results`` - Get run results with metrics
43-
- ``POST /aggregation/compute`` - Population counts with demographic breakdowns
44-
- ``GET /aggregation/dimensions`` - Available group-by dimensions
45-
46-
Design Principles
47-
-----------------
48-
- RESTful design for scenario lifecycle management
49-
- Batch execution support for large-scale simulations
50-
- Metric aggregation for analysis and comparison
51-
- Requires authentication via OAuth 2.0
52-
- Privacy protection via unified aggregation service (k-anonymity)
53-
""",
5429
}

0 commit comments

Comments
 (0)