JSON Schema Property 'suggested_key'

Diagram

JSON Schema Diagram of /definitions/command/properties/suggested_key

Value

Object

Properties

Name Pattern Type Description
^(default|mac|windows|linux|chromeos)$ string A String value where value matches regex '^(Ctrl|Command|MacCtrl|Alt|Option)\+(Shift\+)?[A-Z]'

Source

"suggested_key": {
    "type": "object",
    "additionalProperties": false,
    "patternProperties": {
        "^(default|mac|windows|linux|chromeos)$": {
            "type": "string",
            "pattern": "^(Ctrl|Command|MacCtrl|Alt|Option)\\+(Shift\\+)?[A-Z]"
        }
    }
}
http://json.schemastore.org/chrome-manifest (544:10)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949