JSON Schema Definition 'command'

Diagram

Drilldown into /definitions/command/properties/suggested_keyJSON Schema Diagram of /definitions/command

Value

Object

Properties

Property Name Type Description
description string A String value
suggested_key object suggested_key

Source

"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]"
                }
            }
        }
    }
}
http://json.schemastore.org/chrome-manifest (537:6)

References

Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949