JSON Schema /properties/nacl_modules/items[0]

Diagram

Drilldown into /definitions/mime_type Drilldown into /definitions/uriJSON Schema Diagram of /properties/nacl_modules/items[0]

Value

Object

Properties

Property Name Type Description
path string uri
mime_type string mime_type

Source

{
    "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 (280:26)
Documentation for Chrome Manifest
Generated using Liquid Studio 2018 - JSON Studio Edition 16.0.0.7949