{
    "post /applications/:name/users/:user/install route": {
        "name": "Test application",
        "logo": null,
        "authorization_type": "basic",
        "application_type": "cron",
        "key": "test",
        "description": "Test description",
        "authorized": false,
        "applicationSettings": [
            {
                "type": "password",
                "key": "password",
                "value": null,
                "label": "testLabel",
                "description": "",
                "required": false,
                "readOnly": false,
                "disabled": false,
                "choices": [
                ]
            },
            {
                "type": "text",
                "key": "person",
                "value": null,
                "label": "testLabel",
                "description": "",
                "required": false,
                "readOnly": false,
                "disabled": false,
                "choices": [
                ]
            }
        ]
    },
    "put /applications/:name/users/:user/settings route": {
        "applicationSettings": [
            {
                "choices": [],
                "description": "",
                "disabled": false,
                "key": "testKey",
                "label": "testLabel",
                "readOnly": false,
                "required": false,
                "type": "password",
                "value": null
            },
            {
                "choices": [],
                "description": "",
                "disabled": false,
                "key": "person",
                "label": "testLabel",
                "readOnly": false,
                "required": false,
                "type": "text",
                "value": null
            }
        ],
        "logo": null,
        "created": "2021-08-18 11:01:13",
        "expires": null,
        "id": "611ccc59b0037d1f607a9b32",
        "key": "test",
        "nonEncryptedSettings": {},
        "settings": [],
        "update": "2021-08-18 11:01:13",
        "user": "Raymond"
    }
}
