// #vladimir preference set
//
// ## 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
// `vladimir.json5`: preference set with with a combination of common and application-specific terms for the following settings:
//  * default preferences:
//  * a white-on-black contrast theme,
//  * cursor size 0.5 (default),
//  * mouse trailing,
//  * screen reader with TTS using a speech rate of 300 wpm,
//  * a medium font size and high contrast in Cloud4Chrome,
//  * JAWS as required screen reader,
//  * the Rule-Based Matchmaker;
//  * subway preferences:
//  * the same as the above, with the addition of a higher TTS volume.
{
    "flat": {
        "name": "Vladimir",
        "contexts": {
            "gpii-default": {
                "name": "Default preferences",
                "preferences": {
                    "http://registry.gpii.net/common/highContrast/enabled": true,
                    "http://registry.gpii.net/common/highContrastTheme": "white-black",
                    "http://registry.gpii.net/common/cursorSize": 0.5,
                    "http://registry.gpii.net/common/mouseTrailing": 5,
                    "http://registry.gpii.net/common/screenReaderTTS/enabled": true,
                    "http://registry.gpii.net/common/speechRate": 300,
                    "http://registry.gpii.net/applications/org.chrome.cloud4chrome": {
                        "fontSize": "medium",
                        "highContrast/enabled": true
                    }
                },
                "metadata": [
                    {
                        "type": "required",
                        "scope": [
                            "http://registry.gpii.net/common/screenReaderTTS/enabled"
                        ],
                        "value": 1024
                    },
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.freedomScientific.jaws"
                        ],
                        "value": 1024
                    }
                ]
            },
            "subway": {
                "name": "subway",
                "preferences": {
                    "http://registry.gpii.net/common/highContrast/enabled": true,
                    "http://registry.gpii.net/common/highContrastTheme": "white-black",
                    "http://registry.gpii.net/common/cursorSize": 0.5,
                    "http://registry.gpii.net/common/mouseTrailing": 5,
                    "http://registry.gpii.net/common/screenReaderTTS/enabled": true,
                    "http://registry.gpii.net/common/speechRate": 300,
                    "http://registry.gpii.net/common/volumeTTS": 0.9,
                    "http://registry.gpii.net/applications/org.chrome.cloud4chrome": {
                        "fontSize": "medium",
                        "highContrast/enabled": true
                    }
                },
                "metadata": [
                    {
                        "type": "required",
                        "scope": [
                            "http://registry.gpii.net/common/screenReaderTTS/enabled"
                        ],
                        "value": 1024
                    },
                    {
                        "type": "priority",
                        "scope": [
                            "http://registry.gpii.net/applications/com.freedomScientific.jaws"
                        ],
                        "value": 1024
                    }
                ]
            }
        }
    }
}
