isOverridden property
If this profile is being overridden/obscured by Cross Save, this will be set to true. We will still return the profile for display purposes where users need to know the info: it is up to any given area of the app/site to determine if this profile should still be shown.
Implementation
@JsonKey(name:'isOverridden')
bool? isOverridden;