DescribeUserResponse schema from Amazon Connect Service API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-connect/refs/heads/main/json-schema/describe-user-response-schema.json", "title": "DescribeUserResponse", "description": "DescribeUserResponse schema from Amazon Connect Service API", "type": "object", "properties": { "User": { "$ref": "#/components/schemas/User" } } }