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