{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_dex-single_response", "title": "teams-devices_dex-single_response", "allOf": [ { "$ref": "#/components/schemas/teams-devices_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/teams-devices_device-dex-test-schemas-http" } } } ] }