Amazon CodeStar · Schema

DescribeUserProfileRequest

DescribeUserProfileRequest schema from AWS CodeStar API

Developer ToolsDevOpsProject ManagementTeam Collaboration

Properties

Name Type Description
userArn object
View JSON Schema on GitHub

JSON Schema

codestar-describe-user-profile-request-schema.json Raw ↑
{
  "$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"
  ]
}