// # mary.json5
//
// ## Weekly Integration Tests: Preference Sets
//
// This preference set is used for the
// [weekly integration tests](http://wiki.gpii.net/w/Weekly_Integration_Test_Plan) and is manually tested on a regular basis. The expected system behaviour on login is described here.
//
// It has also been used in the [third review of Cloud4all](https://github.com/GPII/universal/blob/master/testData/preferences/review3/review3-preferences.md).
//
// ## Details
// `mary.json5`: preference set with only common format terms for the following settings:
// * enable the on-screen keyboard,
// * Rule-Based Matchmaker.
{
    "flat": {
        "name": "Mary",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/onScreenKeyboard/enabled": true
                }
            }
        }
    }
}
