JSON Schema Property 'default_icon'

Diagram

Drilldown into /definitions/action/properties/default_icon/anyOf[1] Drilldown into /definitions/action/properties/default_icon/anyOf[1] Drilldown into /definitions/icon Drilldown into /definitions/icon Drilldown into /definitions/action/properties/default_icon/anyOf[1] Drilldown into /definitions/action/properties/default_icon/anyOf[1]JSON Schema Diagram of /definitions/action/properties/default_icon

Value

Any

Can contain any type of value (boolean, integer, number, string, object, array or null).

Additional Rules

AnyOf

The JSON value must validate against one (or more) of the following schema definitions.
Schema 1 A String value
FIXME: String form is deprecated..
Schema 2 /definitions/action/properties/default_icon/anyOf[1]

Source

"default_icon": {
    "anyOf": [
        {
            "type": "string",
            "description": "FIXME: String form is deprecated."
        },
        {
            "type": "object",
            "description": "Icon for the main toolbar.",
            "properties": {
                "19": {
                    "$ref": "#/definitions/icon"
                },
                "38": {
                    "$ref": "#/definitions/icon"
                }
            }
        }
    ]
}
http://json.schemastore.org/chrome-manifest (514:10)

References

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