
| Property Name | Type | Description |
|---|---|---|
| description | string | A String value |
| suggested_key | object | suggested_key |
"command": {
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
"type": "string"
},
"suggested_key": {
"type": "object",
"additionalProperties": false,
"patternProperties": {
"^(default|mac|windows|linux|chromeos)$": {
"type": "string",
"pattern": "^(Ctrl|Command|MacCtrl|Alt|Option)\\+(Shift\\+)?[A-Z]"
}
}
}
}
}