{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-schema/codestar-describe-user-profile-request-schema.json", "title": "DescribeUserProfileRequest", "description": "DescribeUserProfileRequest schema from AWS CodeStar API", "type": "object", "properties": { "userArn": { "allOf": [ { "$ref": "#/components/schemas/UserArn" }, { "description": "The Amazon Resource Name (ARN) of the user." } ] } }, "required": [ "userArn" ] }