{
    "mapping": [
        {
            "method": "POST",
            "uri": "/account/token/generation",
            "operation_id": "run_token_generation",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/account/token/validation",
            "operation_id": "run_token_validation",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/account/password",
            "operation_id": "change_password",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/account/info",
            "operation_id": "read_info",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/account/info",
            "operation_id": "update_info",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/account/quota",
            "operation_id": "read_quota",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/account/audit",
            "operation_id": "read_audit",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/account/data/{process_code}",
            "operation_id": "read_data",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/account/statistics",
            "operation_id": "generate_statistics",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/account/report",
            "operation_id": "generate_report",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/account/system/check",
            "operation_id": "check",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/account/system/version",
            "operation_id": "version",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/account/file/{filename}",
            "operation_id": "file",
            "type": "NOTRACE"
        }
    ]
}