Template:Character/Criminal Conviction: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 21: | Line 21: | ||
"params": { |
"params": { |
||
"criminal_status": { |
"criminal_status": { |
||
| − | "required": true |
+ | "required": true, |
| + | "label": "Current Status", |
||
| + | "description": "Executed/Released/Serving/etc", |
||
| + | "type": "string" |
||
}, |
}, |
||
"convictions": { |
"convictions": { |
||
| − | "required": true |
+ | "required": true, |
| + | "label": "Convictions", |
||
| + | "description": "Titles of the charged crimes", |
||
| + | "type": "string" |
||
}, |
}, |
||
"penalty": { |
"penalty": { |
||
| − | "suggested": true |
+ | "suggested": true, |
| + | "label": "Penalty" |
||
} |
} |
||
} |
} |
||
Revision as of 21:57, 22 October 2022
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Current Status | criminal_status | Executed/Released/Serving/etc | String | required |
| Convictions | convictions | Titles of the charged crimes | String | required |
| Penalty | penalty | no description | Unknown | suggested |