{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/teams-devices_zero-trust-account-device-settings-response", "title": "teams-devices_zero-trust-account-device-settings-response", "allOf": [ { "$ref": "#/components/schemas/teams-devices_api-response-single" }, { "properties": { "result": { "$ref": "#/components/schemas/teams-devices_zero-trust-account-device-settings" } } } ], "type": "object" }