Amazon CodeCatalyst · JSON Structure

Amazon Codecatalyst User Type Structure

UserType schema from Amazon CodeCatalyst

Type: string Properties: 0
AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control

UserType is a JSON Structure definition published by Amazon CodeCatalyst. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-codecatalyst/refs/heads/main/json-structure/amazon-codecatalyst-user-type-structure.json",
  "name": "UserType",
  "description": "UserType schema from Amazon CodeCatalyst",
  "type": "string",
  "enum": [
    "USER",
    "AWS_ACCOUNT",
    "UNKNOWN"
  ]
}