{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/mconn_controller_fetch_upgrade_slots_response", "title": "mconn_controller_fetch_upgrade_slots_response", "allOf": [ { "$ref": "#/components/schemas/mconn_good_response" }, { "properties": { "result": { "items": { "$ref": "#/components/schemas/mconn_controller_upgrade_slot" }, "type": "array" } } } ] }