UserType

UserType schema from Amazon CodeCatalyst

AmazonDeveloper ToolsCI/CDCollaborationDevOpsSource Control
View JSON Schema on GitHub

JSON Schema

amazon-codecatalyst-user-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codecatalyst/refs/heads/main/json-schema/amazon-codecatalyst-user-type-schema.json",
  "title": "UserType",
  "description": "UserType schema from Amazon CodeCatalyst",
  "type": "string",
  "enum": [
    "USER",
    "AWS_ACCOUNT",
    "UNKNOWN"
  ]
}