{ "type": "object", "properties": { "Device": { "allOf": [ { "$ref": "#/components/schemas/DeviceType" }, { "description": "The device." } ] } }, "required": [ "Device" ], "description": "Gets the device response, as an administrator.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-admin-get-device-response-schema.json", "title": "AdminGetDeviceResponse" }