{
    "mapping": [
        {
            "method": "POST",
            "uri": "/studio/explorer",
            "operation_id": "create_folder",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/explorer",
            "operation_id": "read_filesystem",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/explorer/{target_folder_key}",
            "operation_id": "update_folder",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/explorer/{target_folder_key}",
            "operation_id": "delete_folder",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/explorer/{target_folder_key}/specification",
            "operation_id": "read_folder_specification",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/explorer/{target_folder_key}/path",
            "operation_id": "read_folder_path",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/explorer/batch/folders",
            "operation_id": "create_folders_batch",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/explorer/batch/folders",
            "operation_id": "delete_folders_batch",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/explorer/batch/folder-key",
            "operation_id": "read_folder_key",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/explorer/batch/files",
            "operation_id": "read_file_key",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/explorer/batch/files",
            "operation_id": "delete_files_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/explorer/batch/sharing",
            "operation_id": "enable_sharing_batch",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/explorer/batch/sharing",
            "operation_id": "disable_sharing_batch",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/explorer/batch/counters",
            "operation_id": "read_filesystem_counters",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/backups/{target_folder_key}",
            "operation_id": "create_backup",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/backups/{target_folder_key}",
            "operation_id": "restore_backup",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/search/global",
            "operation_id": "global_search",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments",
            "operation_id": "read_folder",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments",
            "operation_id": "create_experiment",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}",
            "operation_id": "read_experiment",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}",
            "operation_id": "update_experiment",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}",
            "operation_id": "delete_experiment",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/duplication",
            "operation_id": "duplicate_experiment",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/settings",
            "operation_id": "update_experiment_settings",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/indicators",
            "operation_id": "update_experiment_indicators",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/neighbors",
            "operation_id": "read_experiment_neighbors",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/path",
            "operation_id": "read_experiment_path",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/calculation-history",
            "operation_id": "read_experiment_calculation_history",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/calculation/{process_name}",
            "operation_id": "run_experiment_calculation",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/calculation/{process_name}",
            "operation_id": "stop_experiment_calculation",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/validation/{process_name}",
            "operation_id": "run_experiment_validation",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/refine/{process_name}",
            "operation_id": "run_experiment_refine",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/recalculate-tracks",
            "operation_id": "run_experiment_recalculate_tracks",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/recalculate-stats",
            "operation_id": "run_experiment_recalculate_stats",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/import/xlsx",
            "operation_id": "import_xlsx",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/import/json",
            "operation_id": "import_json",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/import/json-url",
            "operation_id": "import_json_url",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/import/json-tracedata/{source}/{process_code}/{sample}",
            "operation_id": "import_json_tracedata",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/export/xlsx",
            "operation_id": "export_xlsx",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/export/json",
            "operation_id": "export_json",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/locations",
            "operation_id": "create_location",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/locations",
            "operation_id": "update_location",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/locations/{essence_key}",
            "operation_id": "read_location",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/locations/{essence_key}",
            "operation_id": "delete_location",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/locations/batch/table",
            "operation_id": "read_locations_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/locations/batch/table",
            "operation_id": "delete_locations_batch",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/locations/batch/geopoints",
            "operation_id": "read_locations_geopoints",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/locations/batch/metrics",
            "operation_id": "read_locations_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/performers",
            "operation_id": "create_performer",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/performers",
            "operation_id": "update_performer",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/performers/{essence_key}",
            "operation_id": "read_performer",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/performers/{essence_key}",
            "operation_id": "delete_performer",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/performers/batch/table",
            "operation_id": "read_performers_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/performers/batch/table",
            "operation_id": "delete_performers_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/performers/batch/ability",
            "operation_id": "enable_performers_batch",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/performers/batch/ability",
            "operation_id": "disable_performers_batch",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/performers/batch/geopoints",
            "operation_id": "read_performers_geopoints",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/performers/batch/metrics",
            "operation_id": "read_performers_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/transports",
            "operation_id": "create_transport",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/transports",
            "operation_id": "update_transport",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/transports/{essence_key}",
            "operation_id": "read_transport",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/transports/{essence_key}",
            "operation_id": "delete_transport",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/transports/batch/table",
            "operation_id": "read_transports_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/transports/batch/table",
            "operation_id": "delete_transports_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/transports/batch/ability",
            "operation_id": "enable_transports_batch",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/transports/batch/ability",
            "operation_id": "disable_transports_batch",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/transports/batch/geopoints",
            "operation_id": "read_transports_geopoints",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/transports/batch/metrics",
            "operation_id": "read_transports_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/orders",
            "operation_id": "create_order",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/orders",
            "operation_id": "update_order",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/orders/{essence_key}",
            "operation_id": "read_order",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/orders/{essence_key}",
            "operation_id": "delete_order",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/orders/batch/table",
            "operation_id": "read_orders_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/orders/batch/table",
            "operation_id": "delete_orders_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/orders/batch/ability",
            "operation_id": "enable_orders_batch",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/orders/batch/ability",
            "operation_id": "disable_orders_batch",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/orders/batch/geopoints",
            "operation_id": "read_orders_geopoints",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/orders/batch/metrics",
            "operation_id": "read_orders_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/hardlinks",
            "operation_id": "create_hardlink",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/hardlinks",
            "operation_id": "update_hardlink",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/hardlinks/{essence_key}",
            "operation_id": "read_hardlink",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/hardlinks/{essence_key}",
            "operation_id": "delete_hardlink",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/hardlinks/batch/table",
            "operation_id": "read_hardlinks_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/hardlinks/batch/table",
            "operation_id": "delete_hardlinks_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/hardlinks/batch/ability",
            "operation_id": "enable_hardlinks_batch",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/hardlinks/batch/ability",
            "operation_id": "disable_hardlinks_batch",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/hardlinks/batch/metrics",
            "operation_id": "read_hardlinks_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/facts",
            "operation_id": "create_fact",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/facts",
            "operation_id": "update_fact",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/facts/{essence_key}",
            "operation_id": "read_fact",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/facts/{essence_key}",
            "operation_id": "delete_fact",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/facts/batch/table",
            "operation_id": "read_facts_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/facts/batch/table",
            "operation_id": "delete_facts_batch",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/facts/batch/ability",
            "operation_id": "enable_facts_batch",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/facts/batch/ability",
            "operation_id": "disable_facts_batch",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/facts/batch/metrics",
            "operation_id": "read_facts_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/externalrouting",
            "operation_id": "create_externalrouting",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/externalrouting",
            "operation_id": "read_externalrouting",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/externalrouting",
            "operation_id": "update_externalrouting",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/externalrouting",
            "operation_id": "delete_externalrouting",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips",
            "operation_id": "create_trip",
            "type": "TRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/trips",
            "operation_id": "update_trip",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/experiments/{file_key}/trips/{essence_key}",
            "operation_id": "read_trip",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/trips/{essence_key}",
            "operation_id": "delete_trip",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/batch/table",
            "operation_id": "read_trips_table",
            "type": "NOTRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/trips/batch/table",
            "operation_id": "delete_trips_batch",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/batch/charts",
            "operation_id": "read_trips_charts",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/batch/tracks/{tracks_type}",
            "operation_id": "read_trips_tracks",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/batch/tracks-custom",
            "operation_id": "load_custom_tracks",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/trips/batch/tracks-custom",
            "operation_id": "delete_custom_tracks",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/batch/metrics",
            "operation_id": "read_trips_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/trips/{essence_key}/stops/batch/table",
            "operation_id": "read_trip_stops",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/roundtrips/batch/table",
            "operation_id": "read_roundtrips_table",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/experiments/{file_key}/roundtrips/batch/metrics",
            "operation_id": "read_roundtrips_metrics",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/experiments/{file_key}/trips/batch/verification",
            "operation_id": "approve_trips_batch",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/experiments/{file_key}/trips/batch/verification",
            "operation_id": "reject_trips_batch",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/user",
            "operation_id": "set_user_settings_active_key",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/user",
            "operation_id": "list_user_settings",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/user/{settings_key}",
            "operation_id": "create_user_settings",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/user/{settings_key}",
            "operation_id": "read_user_settings",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/settings/user/{settings_key}",
            "operation_id": "update_user_settings",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/settings/user/{settings_key}",
            "operation_id": "delete_user_settings",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/customfields",
            "operation_id": "set_customfields_settings_active_key",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/customfields",
            "operation_id": "list_customfields_settings",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/customfields/{settings_key}",
            "operation_id": "create_customfields_settings",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/customfields/{settings_key}",
            "operation_id": "read_customfields_settings",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/settings/customfields/{settings_key}",
            "operation_id": "update_customfields_settings",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/settings/customfields/{settings_key}",
            "operation_id": "delete_customfields_settings",
            "type": "TRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/customicons",
            "operation_id": "set_customicons_settings_active_key",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/customicons",
            "operation_id": "list_customicons_settings",
            "type": "NOTRACE"
        },
        {
            "method": "POST",
            "uri": "/studio/settings/customicons/{settings_key}",
            "operation_id": "create_customicons_settings",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/settings/customicons/{settings_key}",
            "operation_id": "read_customicons_settings",
            "type": "NOTRACE"
        },
        {
            "method": "PUT",
            "uri": "/studio/settings/customicons/{settings_key}",
            "operation_id": "update_customicons_settings",
            "type": "TRACE"
        },
        {
            "method": "DELETE",
            "uri": "/studio/settings/customicons/{settings_key}",
            "operation_id": "delete_customicons_settings",
            "type": "TRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/system/check",
            "operation_id": "check",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/system/version",
            "operation_id": "version",
            "type": "NOTRACE"
        },
        {
            "method": "GET",
            "uri": "/studio/file/{filename}",
            "operation_id": "file",
            "type": "NOTRACE"
        }
    ]
}