{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codestar/refs/heads/main/json-structure/codestar-delete-user-profile-result-structure.json", "name": "DeleteUserProfileResult", "description": "DeleteUserProfileResult schema from AWS CodeStar API", "type": "object", "properties": { "userArn": { "allOf": [ { "$ref": "#/components/schemas/UserArn" }, { "description": "The Amazon Resource Name (ARN) of the user deleted from AWS CodeStar." } ] } }, "required": [ "userArn" ] }