![JSON Schema Diagram of /properties/nacl_modules/items[0]](images/schema-13.png)
{
"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"
]
}