Variable UserInfoWebhookResponsePayloadSchemaConst
UserInfoWebhookResponsePayloadSchema: {
$schema: string;
additionalProperties: boolean;
definitions: {
address: {
additionalProperties: boolean;
description: string;
properties: {
country: {
description: string;
type: string;
};
formatted: {
description: string;
type: string;
};
locality: {
description: string;
type: string;
};
postal_code: {
description: string;
type: string;
};
region: {
description: string;
type: string;
};
street_address: {
description: string;
type: string;
};
};
title: string;
type: string;
};
};
description: string;
properties: {
address: {
additionalProperties: boolean;
description: string;
properties: {
country: {
description: string;
type: string;
};
formatted: {
description: string;
type: string;
};
locality: {
description: string;
type: string;
};
postal_code: {
description: string;
type: string;
};
region: {
description: string;
type: string;
};
street_address: {
description: string;
type: string;
};
};
title: string;
type: string;
};
birthdate: {
description: string;
type: string;
};
email: {
description: string;
type: string;
};
email_verified: {
description: string;
type: string;
};
family_name: {
description: string;
type: string;
};
gender: {
description: string;
type: string;
};
given_name: {
description: string;
type: string;
};
locale: {
description: string;
type: string;
};
middle_name: {
description: string;
type: string;
};
name: {
description: string;
type: string;
};
nickname: {
description: string;
type: string;
};
phone_number: {
description: string;
type: string;
};
picture: {
description: string;
type: string;
};
preferred_username: {
description: string;
type: string;
};
profile: {
description: string;
type: string;
};
sub: {
description: string;
type: string;
};
updated_at: {
description: string;
type: string;
};
website: {
description: string;
type: string;
};
zoneinfo: {
description: string;
type: string;
};
};
required: string[];
title: string;
type: string;
} = UserInfoWebhookResponsePayload