{
    "type": "object",
    "$schema": "http://json-schema.org/draft-07/schema#",
    "properties": {
        "manifestVersion": { "type": "string" },
        "message": { "type": "string" },
        "files": { "type": "array" },
        "hooks": { "type": "object" }
    },
    "additionalProperties": false,
    "required": ["manifestVersion", "message", "files", "hooks"]
}
