Skip to content

Commit 9d8ed56

Browse files
authored
Fix syntax for website
1 parent 2b0a5e2 commit 9d8ed56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

applications/OfflineElectionTool.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
2525
#### Data Models / API Specifications
2626
#### Core Input Parameters (JSON Schema format):
2727

28+
```json
2829
{
2930
"voters": [
3031
{
@@ -43,6 +44,7 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
4344
"election_algorithm": "sequential-phragmen | phragmen | approval-voting",
4445
"snapshot_block": "optional<u32>"
4546
}
47+
```
4648

4749
#### Core API Endpoints (REST):
4850

@@ -52,6 +54,7 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
5254

5355
#### API Output Example:
5456

57+
```json
5558
{
5659
"active_validators": [
5760
{
@@ -61,6 +64,7 @@ As this tool is primarily CLI- and API-based, no user interface mockups are requ
6164
}
6265
]
6366
}
67+
```
6468

6569
#### Technology Stack
6670

0 commit comments

Comments
 (0)