Sourcetype raw_attribute = {name : string;value : string option;
} Sourcetype t = [ | `Unknown of raw_attribute| `Custom of raw_attribute| `Gender of string| `Family_name of string| `Locale of string| `Middle_name of string option| `Nickname of string| `Profile of string option| `Website of string option| `Picture of string| `Email of string| `Name of string| `Updated_at of string| `Preferred_user_name of string option| `Given_name of string
]