PrincipalType schema from AWS IAM Identity Center
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-principal-type-schema.json", "title": "PrincipalType", "description": "PrincipalType schema from AWS IAM Identity Center", "type": "string", "enum": [ "USER", "GROUP" ] }