Amazon CodeStar · JSON Structure

Codestar Describe User Profile Request Structure

DescribeUserProfileRequest schema from AWS CodeStar API

Type: object Properties: 1 Required: 1
Developer ToolsDevOpsProject ManagementTeam Collaboration

DescribeUserProfileRequest is a JSON Structure definition published by Amazon CodeStar, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

userArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-describe-user-profile-request-structure.json",
  "name": "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"
  ]
}