Skip to content

Commit

Permalink
PROD-30975: Update AsyncAPI spec for user.login and user.logout EDA e…
Browse files Browse the repository at this point in the history
…vents
  • Loading branch information
tregismoreira authored and ribel committed Nov 5, 2024
1 parent 00950a1 commit 5f03488
Showing 1 changed file with 0 additions and 110 deletions.
110 changes: 0 additions & 110 deletions modules/social_features/social_user/asyncapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,18 +301,6 @@ channels:
displayName:
type: string
description: The display name of the user.
firstName:
type: string
nullable: true
description: The first name of the user.
lastName:
type: string
nullable: true
description: The last name of the user.
email:
type: string
format: email
description: The email address of the user.
roles:
type: array
items:
Expand All @@ -324,49 +312,6 @@ channels:
language:
type: string
description: The preferred language of the user.
address:
type: object
nullable: true
properties:
label:
type: string
description: The label of the user address.
countryCode:
type: string
description: The country code of the user address.
administrativeArea:
type: string
description: The administrative area of the user address.
locality:
type: string
description: The locality of the user address.
dependentLocality:
type: string
description: The dependent locality of the user address.
postalCode:
type: string
description: The postal code of the user address.
sortingCode:
type: string
description: The sorting code of the user address.
addressLine1:
type: string
description: The first address line of the user address.
addressLine2:
type: string
description: The second address line of the user address.
phone:
type: string
nullable: true
description: The phone number of the user.
function:
type: string
nullable: true
description: The job function of the user.
organization:
type: string
nullable: true
description: The organization of the user.
href:
type: object
properties:
Expand Down Expand Up @@ -436,18 +381,6 @@ channels:
displayName:
type: string
description: The display name of the user.
firstName:
type: string
nullable: true
description: The first name of the user.
lastName:
type: string
nullable: true
description: The last name of the user.
email:
type: string
format: email
description: The email address of the user.
roles:
type: array
items:
Expand All @@ -459,49 +392,6 @@ channels:
language:
type: string
description: The preferred language of the user.
address:
type: object
nullable: true
properties:
label:
type: string
description: The label of the user address.
countryCode:
type: string
description: The country code of the user address.
administrativeArea:
type: string
description: The administrative area of the user address.
locality:
type: string
description: The locality of the user address.
dependentLocality:
type: string
description: The dependent locality of the user address.
postalCode:
type: string
description: The postal code of the user address.
sortingCode:
type: string
description: The sorting code of the user address.
addressLine1:
type: string
description: The first address line of the user address.
addressLine2:
type: string
description: The second address line of the user address.
phone:
type: string
nullable: true
description: The phone number of the user.
function:
type: string
nullable: true
description: The job function of the user.
organization:
type: string
nullable: true
description: The organization of the user.
href:
type: object
properties:
Expand Down

0 comments on commit 5f03488

Please sign in to comment.