Slurm OpenAPI Plugin Release Notes

These release notes are maintained to provide OpenAPI client programmers a guide to where changes have taken place in the OpenAPI specifications from the OpenAPI plugins which are mainly used by slurmrestd but are also used to generate JSON or YAML output for multiple CLI commands.

All paths given are formatted for use with jq. Make sure to always place the paths in a single quote string to avoid shell replacements.

The OpenAPI specification should always be generated by slurmrestd once fully configured for normal operation. Query 'GET /openapi/v3' from slurmrestd to get the generated OpenAPI specification. The generated specification can change depending on which plugins are loaded and how they are configured. Any client must be careful to always use the current generated specification for any target slurmrestd daemon. Development of clients should always be designed to use the highest version of the plugins available to avoid needing to port clients sooner than would be otherwise required.

Slurm 24.11.0

openapi/slurmctld

data_parser/v0.0.42

Added priority by partition to job info

Modified sinfo Fields

Added .components.schemas."v0.0.42_job_info_msg".properties.priority_by_partition
Added .properties.sinfo.items.properties.resource_spec = {};
Added .properties.sinfo.items.properties.resource_spec.properties = {};
Added .properties.sinfo.items.properties.resource_spec.properties.cpus = {};
Added .properties.sinfo.items.properties.resource_spec.properties.cpus.type = "string";
Added .properties.sinfo.items.properties.resource_spec.properties.memory = {};
Added .properties.sinfo.items.properties.resource_spec.properties.memory.format = "int64";
Added .properties.sinfo.items.properties.resource_spec.properties.memory.type = "integer";
Added .properties.sinfo.items.properties.resource_spec.type = "object";

Modified Fields

Added .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step = {};
Added .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.description = "If set, kill whole step if any task caused an OOM event";
Added .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.format = "int32";
Added .components.schemas["v0.0.42_job_desc_msg"].properties.oom_kill_step.type = "integer";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"] = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors.$ref = "#/components/schemas/v0.0.42_openapi_errors";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.errors.description = "Query errors";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta.$ref = "#/components/schemas/v0.0.42_openapi_meta";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.meta.description = "Slurm meta values";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings.$ref = "#/components/schemas/v0.0.42_slurmdbd_ping_array";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.pings.description = "pings";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings.$ref = "#/components/schemas/v0.0.42_openapi_warnings";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].properties.warnings.description = "Query warnings";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].required = [];
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].required[0] = "pings";
Added .components.schemas["v0.0.42_openapi_slurmdbd_ping_resp"].type = "object";
Added .components.schemas["v0.0.42_slurmdbd_ping"] = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname.description = "Target for ping";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.hostname.type = "string";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.description = "Number of microseconds it took to successfully ping or timeout";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.format = "int64";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.latency.type = "integer";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode.description = "The operating mode of the responding slurmdbd";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.mode.type = "string";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged = {};
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged.description = "Ping result";
Added .components.schemas["v0.0.42_slurmdbd_ping"].properties.pinged.type = "string";
Added .components.schemas["v0.0.42_slurmdbd_ping"].required = [];
Added .components.schemas["v0.0.42_slurmdbd_ping"].type = "object";
Added .components.schemas["v0.0.42_slurmdbd_ping_array"] = {};
Added .components.schemas["v0.0.42_slurmdbd_ping_array"].items = {};
Added .components.schemas["v0.0.42_slurmdbd_ping_array"].items.$ref = "#/components/schemas/v0.0.42_slurmdbd_ping";
Added .components.schemas["v0.0.42_slurmdbd_ping_array"].type = "array";
Added .paths["/slurmdb/v0.0.42/ping/"] = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.operationId = "slurmdb_v0042_get_ping";
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"] = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"] = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"].schema = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_ping_resp";
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["200"].description = "results of ping test";
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"] = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"] = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"].schema = {};
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].content["application/json"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_ping_resp";
Added .paths["/slurmdb/v0.0.42/ping/"].get.responses["default"].description = "results of ping test";
Added .paths["/slurmdb/v0.0.42/ping/"].get.summary = "ping test";
Added .paths["/slurmdb/v0.0.42/ping/"].get.tags = [];
Added .paths["/slurmdb/v0.0.42/ping/"].get.tags[0] = "slurmdb";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches = {};
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches.description = "Maximum number of switches (the 'minimum' in the key is incorrect)";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.minimum_switches.format = "int32";
Replaced .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches = {};
Added .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.description = "Maximum number of switches";
Added .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.format = "int32";
Added .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.required_switches.type = "integer";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[3].name = "Include deleted associations";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[4].name = "Include Usage";
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[5].description = "filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[5].name = "Filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[6].name = "Include the raw QOS or delta_qos";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[7].name = "Include sub acct information";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[8].name = "Exclude parent id/name";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[9].name = "Exclude limits from parents";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[10].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[10].name = "format";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[11].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[11].name = "id";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[12].name = "parent_account";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[13].name = "partition";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[14].name = "qos";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[15].name = "usage_end";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].description = "usage start UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[16].name = "usage_start";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].description = "CSV user list";
Replaced .paths["/slurmdb/v0.0.42/association/"].get.parameters[17].name = "user";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[3].name = "Include deleted associations";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[4].name = "Include Usage";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[5].description = "filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[5].name = "Filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[6].name = "Include the raw QOS or delta_qos";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[7].name = "Include sub acct information";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[8].name = "Exclude parent id/name";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[9].name = "Exclude limits from parents";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[10].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[10].name = "format";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[11].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[11].name = "id";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[12].name = "parent_account";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[13].name = "partition";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[14].name = "qos";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[15].name = "usage_end";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].description = "usage start UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[16].name = "usage_start";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].description = "CSV user list";
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].parameters[17].name = "user";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[3].name = "Include deleted associations";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[4].name = "Include Usage";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[5].description = "filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[5].name = "Filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[6].name = "Include the raw QOS or delta_qos";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[7].name = "Include sub acct information";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[8].name = "Exclude parent id/name";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[9].name = "Exclude limits from parents";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[10].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[10].name = "format";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[11].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[11].name = "id";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[12].name = "parent_account";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[13].name = "partition";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[14].name = "qos";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[15].name = "usage_end";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].description = "usage start UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[16].name = "usage_start";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].description = "CSV user list";
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.parameters[17].name = "user";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[3].name = "Include deleted associations";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[4].name = "Include Usage";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[5].description = "filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[5].name = "Filter to only defaults";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[6].name = "Include the raw QOS or delta_qos";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[7].name = "Include sub acct information";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[8].name = "Exclude parent id/name";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[9].name = "Exclude limits from parents";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[10].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[10].name = "format";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[11].description = "CSV id list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[11].name = "id";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].description = "CSV names of parent account";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[12].name = "parent_account";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].description = "CSV partition name list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[13].name = "partition";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].description = "CSV QOS list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[14].name = "qos";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].description = "usage end UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[15].name = "usage_end";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].description = "usage start UNIX timestamp";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[16].name = "usage_start";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].allowEmptyValue = false;
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].description = "CSV user list";
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].parameters[17].name = "user";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].description = "CSV QOS id list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[1].name = "Include Deleted QOS";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[2].description = "CSV QOS id list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[2].name = "id";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[3].name = "format";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].description = "CSV QOS name list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].name = "name";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum = [];
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[0] = "DISABLED";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[1] = "SUSPEND";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[2] = "REQUEUE";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[3] = "CANCEL";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[4].schema.enum[4] = "GANG";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].allowEmptyValue = false;
Removed .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].description = "Include deleted QOS";
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].name = "preempt_mode";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum = [];
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[0] = "DISABLED";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[1] = "SUSPEND";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[2] = "REQUEUE";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[3] = "CANCEL";
Added .paths["/slurmdb/v0.0.42/qos/"].get.parameters[5].schema.enum[4] = "GANG";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].allowEmptyValue = true;
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].description = "CSV QOS id list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[1].name = "Include Deleted QOS";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[2].description = "CSV QOS id list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[2].name = "id";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[3].description = "CSV format list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[3].name = "format";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].description = "CSV QOS name list";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].name = "name";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum = [];
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[0] = "DISABLED";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[1] = "SUSPEND";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[2] = "REQUEUE";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[3] = "CANCEL";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[4].schema.enum[4] = "GANG";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].allowEmptyValue = false;
Removed .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].description = "Include deleted QOS";
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].name = "preempt_mode";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum = [];
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[0] = "DISABLED";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[1] = "SUSPEND";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[2] = "REQUEUE";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[3] = "CANCEL";
Added .paths["/slurmdb/v0.0.42/qos/"].post.parameters[5].schema.enum[4] = "GANG";
Added .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_assocs_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.type = "integer";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.associations.items.properties.accounting.items.properties.id_alt.type = "integer";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer";
Added .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_users_resp"].properties.users.items.properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer";
Added .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt = {};
Added .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.format = "int32";
Added .components.schemas["v0.0.42_openapi_wckey_resp"].properties.wckeys.items.properties.accounting.items.properties.id_alt.type = "integer";
Replaced .components.schemas["v0.0.42_job_desc_msg"].properties.flags.items.enum[18] = "GRES_BINDING_DISABLED";
Renamed GRED_BINDING_DISABLED to GRES_BINDING_DISABLED
Replaced .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.flags.items.enum[18] = "GRES_BINDING_DISABLED";
Renamed GRED_BINDING_DISABLED to GRES_BINDING_DISABLED
Replaced .components.schemas["v0.0.42_openapi_slurmdbd_jobs_resp"].properties.jobs.items.properties.steps.items.properties.pid.deprecated = true;
Replaced .components.schemas["v0.0.42_openapi_slurmdbd_jobs_resp"].properties.jobs.items.properties.steps.items.properties.pid.description = "Deprecated. List of pids is not available in slurmdbd.";

New YAML mime type modified fields

Removed deprecated fields

Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_diag_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_alloc_req";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/allocate"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req";
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req";
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_submit_req";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_job_desc_msg";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_post_response";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_update_node_msg";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_partition_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/shares"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.42/shares"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_shares_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.42/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.42_openapi_resp";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive = {};
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.deprecated = true;
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items = {};
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum = [];
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[0] = "true";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[1] = "false";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[2] = "user";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[3] = "mcs";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.enum[4] = "topo";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.items.type = "string";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.exclusive.type = "array";
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe = {};
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe.deprecated = true;
Removed .components.schemas["v0.0.42_job_desc_msg"].properties.oversubscribe.type = "boolean";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive = {};
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items = {};
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum = [];
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[0] = "true";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[1] = "false";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[2] = "user";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[3] = "mcs";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.enum[4] = "topo";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.items.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.exclusive.type = "array";
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe = {};
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_info_resp"].properties.jobs.items.properties.oversubscribe.type = "boolean";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id = {};
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.description = "First updated JobId - Use results instead";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_id.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg = {};
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.description = "First updated Job submision user message - Use results instead";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.job_submit_user_msg.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id = {};
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.description = "First updated StepID - Use results instead";
Removed .components.schemas["v0.0.42_openapi_job_post_response"].properties.step_id.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.deprecated = true;
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.description = "Job submission";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code.format = "int32";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.error_code.type = "integer";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id.format = "int32";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_id.type = "integer";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_submit_user_msg = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.job_submit_user_msg.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.step_id = {};
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.properties.step_id.type = "string";
Removed .components.schemas["v0.0.42_openapi_job_submit_response"].properties.result.required = [];

Add /nodes POST endpoint

Added .paths["/slurm/v0.0.42/nodes/"].post = {};

Added Fields to QOS

Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.description = "32 bit integer number with flags";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.description = "True if number has been set to infinite. \"set\" and \"number\" will be ignored.";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.type = "boolean";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.description = "If set is True the number will be set with value. Otherwise ignore number contents.";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.format = "int32";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.description = "True if number has been set. False if number is unset";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.type = "boolean";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.required = [];
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.type = "object";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.format = "int64";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.format = "int32";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name.type = "string";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type.type = "string";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required = [];
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required[0] = "type";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.type = "object";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_config_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.type = "array";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.description = "32 bit integer number with flags";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.description = "True if number has been set to infinite. \"set\" and \"number\" will be ignored.";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.infinite.type = "boolean";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.description = "If set is True the number will be set with value. Otherwise ignore number contents.";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.format = "int32";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.number.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.description = "True if number has been set. False if number is unset";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.properties.set.type = "boolean";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.required = [];
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.jobs.properties.count.type = "object";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.format = "int64";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.count.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.format = "int32";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.id.type = "integer";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.name.type = "string";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type = {};
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.properties.type.type = "string";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required = [];
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.required[0] = "type";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.items.type = "object";
{INSERT_REASON_HERE}
Added .components.schemas["v0.0.42_openapi_slurmdbd_qos_resp"].properties.qos.items.properties.limits.properties.max.properties.tres.properties.minutes.properties.total.type = "array";
{INSERT_REASON_HERE}

New Field

Replaced .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.description = "Query errors";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description.description = "Long form error description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.description.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error.description = "Short form error description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.description = "Slurm numeric error identifier";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.error_number.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source.description = "Source of error or where error was first detected";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.errors.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.description = "Slurm meta values";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group.description = "Client group (if known)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.group.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source.description = "Client source description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user.description = "Client user (if known)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.properties.user.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.client.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.description = "CLI command (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.items.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.command.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.description = "Slurm accounting plugin";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.description = "Slurm data_parser plugin";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.description = "Slurm plugin name (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.description = "Slurm plugin type (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.plugin.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.description = "Slurm cluster name";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.description = "Slurm release string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.description = "Slurm release major version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.description = "Slurm release micro version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.description = "Slurm release minor version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.properties.slurm.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.meta.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.description = "resultant status of signal request";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.description = "List of jobs signal responses";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.description = "Numeric error encountered signaling job";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.code.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message.description = "Error message why signaling job failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.message.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string.description = "String error encountered signaling job";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.properties.string.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.error.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.description = "Name of federation sibling (may be empty for non-federation)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.federation.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.description = "Job ID that signaling failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.description = "True if number has been set to infinite; \"set\" and \"number\" will be ignored";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.type = "boolean";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.description = "If \"set\" is True the number will be set with value; otherwise ignore number contents";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.description = "True if number has been set; False if number is unset";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.type = "boolean";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.job_id.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id.description = "Job or Step ID that signaling failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.properties.step_id.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[0] = "error/string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[1] = "error/code";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[2] = "error/message";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[3] = "step_id";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[4] = "job_id";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.required[5] = "federation/sibling";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.status.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.description = "Query warnings";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description.description = "Long form warning description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.description.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source.description = "Source of warning or where warning was first detected";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.properties.warnings.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.required[0] = "status";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["200"].content["application/json"].schema.type = "object";
Replaced .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.description = "Query errors";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description.description = "Long form error description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.description.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error.description = "Short form error description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.description = "Slurm numeric error identifier";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.error_number.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source.description = "Source of error or where error was first detected";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.errors.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.description = "Slurm meta values";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group.description = "Client group (if known)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.group.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source.description = "Client source description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user.description = "Client user (if known)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.properties.user.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.client.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.description = "CLI command (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.items.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.command.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.description = "Slurm accounting plugin";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.accounting_storage.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.description = "Slurm data_parser plugin";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.data_parser.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.description = "Slurm plugin name (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.name.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.description = "Slurm plugin type (if applicable)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.properties.type.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.plugin.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.description = "Slurm cluster name";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.cluster.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.description = "Slurm release string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.release.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.description = "Slurm release major version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.major.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.description = "Slurm release micro version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.micro.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.description = "Slurm release minor version";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.properties.minor.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.properties.version.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.properties.slurm.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.meta.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.description = "resultant status of signal request";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.description = "List of jobs signal responses";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.description = "Numeric error encountered signaling job";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.code.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message.description = "Error message why signaling job failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.message.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string.description = "String error encountered signaling job";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.properties.string.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.error.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.description = "Name of federation sibling (may be empty for non-federation)";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.properties.sibling.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.federation.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.description = "Job ID that signaling failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.description = "True if number has been set to infinite; \"set\" and \"number\" will be ignored";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.infinite.type = "boolean";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.description = "If \"set\" is True the number will be set with value; otherwise ignore number contents";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.format = "int32";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.number.type = "integer";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.description = "True if number has been set; False if number is unset";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.properties.set.type = "boolean";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.job_id.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id.description = "Job or Step ID that signaling failed";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.properties.step_id.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[0] = "error/string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[1] = "error/code";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[2] = "error/message";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[3] = "step_id";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[4] = "job_id";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.required[5] = "federation/sibling";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.status.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.description = "Query warnings";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description.description = "Long form warning description";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.description.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source = {};
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source.description = "Source of warning or where warning was first detected";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.properties.source.type = "string";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.items.type = "object";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.properties.warnings.type = "array";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.required = [];
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.required[0] = "status";
Added .paths["/slurm/v0.0.42/job/{job_id}"]["delete"].responses["default"].content["application/json"].schema.type = "object";

Changed fields to support complex numbers

Added .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.effective_usage.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct";
Removed .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.effective_usage.format = "double";
Replaced .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct";
Removed .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.factor.format = "double";
Replaced .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.level.$ref = "#/components/schemas/v0.0.42_float64_no_val_struct";
Removed .components.schemas["v0.0.42_assoc_shares_obj_wrap"].properties.fairshare.properties.level.format = "double";

Change controller ping fields

Added .components.schemas["v0.0.42_controller_ping"].properties.mode.deprecated = true;
Added .components.schemas["v0.0.42_controller_ping"].properties.pinged.deprecated = true;
Added .components.schemas["v0.0.42_controller_ping"].properties.primary = {};
Added .components.schemas["v0.0.42_controller_ping"].properties.primary.description = "Is responding slurmctld the primary controller";
Added .components.schemas["v0.0.42_controller_ping"].properties.primary.type = "boolean";
Added .components.schemas["v0.0.42_controller_ping"].required[0] = "primary";
Added .components.schemas["v0.0.42_controller_ping"].properties.responding = {};
Added .components.schemas["v0.0.42_controller_ping"].properties.responding.description = "If ping RPC responded with pong from controller";
Added .components.schemas["v0.0.42_controller_ping"].properties.responding.type = "boolean";
Replaced .components.schemas["v0.0.42_controller_ping"].required[0] = "responding";
Added .components.schemas["v0.0.42_controller_ping"].required[1] = "primary";

data_parser/v0.0.41

Modified Fields

Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.41/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req";
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req";
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_desc_msg";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_post_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_update_node_msg";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_partition_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/shares"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.41/shares"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_shares_resp";

data_parser/v0.0.40

Modified Fields

Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/account/{account_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_removed_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/accounts_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_accounts_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/association/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/association/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/association/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/associations/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_assocs_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/cluster/{cluster_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_removed_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_clusters_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/clusters/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/config"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/config"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/config"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_config_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/config"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/config"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_stats_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/instance/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/instance/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/instances/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/instances/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_instances_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_jobs_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/qos/{qos}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_slurmdbd_qos_removed_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/tres/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/tres/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_tres_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/tres/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/user/{name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/users_association/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_users_add_cond_resp_str";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckey/{id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_removed_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_wckey_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurmdb/v0.0.40/wckeys/"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/diag/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/diag/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_diag_resp";
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req";
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req";
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_submit_req";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/submit"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_job_desc_msg";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_post_response";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/job/{job_id}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_kill_jobs_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/state/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/state/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/licenses/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/licenses/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_licenses_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.requestBody.content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_update_node_msg";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"].post.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/node/{node_name}"]["delete"].responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/nodes/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/nodes/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_nodes_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/partition/{partition_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/partitions/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/partitions/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_partition_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/ping/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/ping/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_ping_array_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reconfigure/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reconfigure/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reservation/{reservation_name}"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reservations/"].get.responses["200"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["text/yaml"].schema = {};
Replaced .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"] = {};
Added .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"].schema = {};
Added .paths["/slurm/v0.0.40/reservations/"].get.responses["default"].content["application/yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_reservation_resp";
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp";
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"] = {};
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"].schema = {};
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_openapi_shares_resp";
Removed .paths["/slurm/v0.0.40/shares"].get.responses["200"].content["text/yaml"] = {};

data_parser/v0.0.39

Removal notice

The v0.0.39 plugin has now been removed.

openapi/v0.0.39 (src/plugins/openapi/v0.0.39/openapi.json)

Removal notice

The v0.0.39 plugin has now been removed.

openapi/dbv0.0.39 (src/plugins/openapi/dbv0.0.39/openapi.json)

Removal notice

The dbv0.0.39 plugin has now been removed.

Slurm 24.05.3

data_parser/v0.0.41

Modified Fields

Added .components.schemas["v0.0.41_kill_jobs_msg"] = {};
Added .components.schemas["v0.0.41_kill_jobs_msg"].required = [];
Added .components.schemas["v0.0.41_kill_jobs_msg"].type = "object";
Removed .paths["/slurm/v0.0.41/jobs/"]["delete"].parameters = [];
Replaced .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"] = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.41_kill_jobs_msg";
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"] = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema = {};
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.41_kill_jobs_msg";
Added .paths["/slurm/v0.0.41/jobs/"]["delete"].requestBody.description = "Signal or cancel jobs";

data_parser/v0.0.40

Modified Fields

Added .components.schemas["v0.0.40_kill_jobs_msg"] = {};
Removed .paths["/slurm/v0.0.40/jobs/"]["delete"].parameters = [];
Replaced .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"] = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/json"].schema.$ref = "#/components/schemas/v0.0.40_kill_jobs_msg";
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"] = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema = {};
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.content["application/x-yaml"].schema.$ref = "#/components/schemas/v0.0.40_kill_jobs_msg";
Added .paths["/slurm/v0.0.40/jobs/"]["delete"].requestBody.description = "Signal or cancel jobs";

Slurm 24.05.1

data_parser/v0.0.41

Removed mime types aliases

Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/diag/"].get.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_diag_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_alloc_req";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/allocate"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_alloc_resp";
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req";
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.requestBody.content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_job_submit_req";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/submit"].post.responses["default"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_submit_response";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["200"].content["text/yaml"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"] = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema = {};
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["application/jsonrequest"].schema.$ref = "#/components/schemas/v0.0.41_openapi_job_info_resp";
Removed .paths["/slurm/v0.0.41/job/{job_id}"].get.responses["default"].content["text/yaml"] = {};