{
    "mapping": [
        {
            "method": "POST",
            "uri": "/universal/plan/calculation-async",
            "operation_id": "run_plan_calculation_async",
            "type": "PLAN"
        },
        {
            "method": "POST",
            "uri": "/universal/plan/calculation",
            "operation_id": "run_plan_calculation",
            "type": "PLAN"
        },
        {
            "method": "DELETE",
            "uri": "/universal/plan/calculation-async/{process_code}",
            "operation_id": "cancel_plan_calculation",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/plan/state/{process_code}",
            "operation_id": "read_plan_state",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/plan/result/{process_code}",
            "operation_id": "read_plan_result",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/universal/plan/result/{process_code}",
            "operation_id": "delete_plan_result",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/universal/plan/validation",
            "operation_id": "run_plan_validation",
            "type": "VALIDATE"
        },
        {
            "method": "POST",
            "uri": "/universal/plan/refine",
            "operation_id": "run_plan_refine",
            "type": "VALIDATE"
        },
        {
            "method": "POST",
            "uri": "/universal/plan/statistics",
            "operation_id": "generate_plan_statistics",
            "type": "VALIDATE"
        },
        {
            "method": "POST",
            "uri": "/universal/replan/calculation-async",
            "operation_id": "run_replan_calculation_async",
            "type": "PLAN"
        },
        {
            "method": "POST",
            "uri": "/universal/replan/calculation",
            "operation_id": "run_replan_calculation",
            "type": "PLAN"
        },
        {
            "method": "DELETE",
            "uri": "/universal/replan/calculation-async/{process_code}",
            "operation_id": "cancel_replan_calculation",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/replan/state/{process_code}",
            "operation_id": "read_replan_state",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/replan/result/{process_code}",
            "operation_id": "read_replan_result",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/universal/replan/result/{process_code}",
            "operation_id": "delete_replan_result",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/universal/replan/validation",
            "operation_id": "run_replan_validation",
            "type": "VALIDATE"
        },
        {
            "method": "POST",
            "uri": "/universal/replan/refine",
            "operation_id": "run_replan_refine",
            "type": "VALIDATE"
        },
        {
            "method": "POST",
            "uri": "/universal/convert/json-to-xlsx",
            "operation_id": "run_convert_json_to_xlsx",
            "type": "CONVERT"
        },
        {
            "method": "POST",
            "uri": "/universal/convert/xlsx-to-json",
            "operation_id": "run_convert_xlsx_to_json",
            "type": "CONVERT"
        },
        {
            "method": "POST",
            "uri": "/universal/convert/json-to-thrift",
            "operation_id": "run_convert_json_to_thrift",
            "type": "CONVERT"
        },
        {
            "method": "GET",
            "uri": "/universal/system/check",
            "operation_id": "check",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/system/version",
            "operation_id": "version",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/universal/file/{filename}",
            "operation_id": "file",
            "type": "NOTRACE"
        }
    ]
}