JSON Schema Property 'nacl_modules'

Description

One or more mappings from MIME types to the Native Client module that handles each type.

Diagram

Drilldown into /properties/nacl_modules/items[0]JSON Schema Diagram of /properties/nacl_modules

Value

Array

Array Index Type Description
1-n object /properties/nacl_modules/items[0]
Minimum Items
1
Unique Items
True

Source

"nacl_modules": {
    "type": "array",
    "description": "One or more mappings from MIME types to the Native Client module that handles each type.",
    "minItems": 1,
    "uniqueItems": true,
    "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
            "path": {
                "$ref": "#/definitions/uri",
                "description": "The location of a Native Client manifest (a .nmf file) within the extension directory."
            },
            "mime_type": {
                "$ref": "#/definitions/mime_type",
                "description": "The MIME type for which the Native Client module will be registered as content handler."
            }
        },
        "required": [
            "path",
            "mime_type"
        ]
    }
}
http://json.schemastore.org/chrome-manifest (275:6)

References

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