-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
871 additions
and
1,501 deletions.
There are no files selected for viewing
748 changes: 748 additions & 0 deletions
748
stream-compositions/events/events/legal-entity/definitions.json
Large diffs are not rendered by default.
Oops, something went wrong.
17 changes: 17 additions & 0 deletions
17
stream-compositions/events/events/legal-entity/egress/legal-entity-completed-event.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"properties": { | ||
"legalEntity": { | ||
"type": "object", | ||
"properties": { | ||
"internalId": { | ||
"type": "string" | ||
}, | ||
"externalId": { | ||
"type": "string" | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
stream-compositions/events/events/legal-entity/ingress/legal-entity-pull-event.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"properties": { | ||
"legalEntityExternalId": { | ||
"type": "string" | ||
}, | ||
"taxId": { | ||
"type": "string" | ||
}, | ||
"userExternalId": { | ||
"type": "string" | ||
}, | ||
"parentLegalEntityExternalId": { | ||
"type": "string" | ||
}, | ||
"realmName": { | ||
"type": "string" | ||
}, | ||
"referenceJobRoleNames": { | ||
"type": "array", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"isAdmin": { | ||
"type": "boolean" | ||
}, | ||
"identityUserLinkStrategy": { | ||
"type": "string", | ||
"enum": ["IMPORT_FROM_IDENTIY","CREATE_IN_IDENTITY","IDENTITY_AGNOSTIC"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
stream-compositions/events/events/legal-entity/ingress/legal-entity-request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"properties": { | ||
"legalEntityExternalId": { | ||
"description": "Legal entity external id.", | ||
"type": "string" | ||
}, | ||
"name": { | ||
"description": "Full name associated with the legal entity", | ||
"type": "string" | ||
}, | ||
"type": { | ||
"description": "Type of Legal Entity", | ||
"enum": ["RETAIL", "SME", "CORPORATE"], | ||
"type": "string" | ||
} | ||
}, | ||
"required": [ | ||
"legalEntityExternalId" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
stream-compositions/events/events/legal-entity/membership.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"type": "object", | ||
"properties": { | ||
"id": { | ||
"description": "Unique identifier for the membership", | ||
"type": "string" | ||
}, | ||
"taxId": { | ||
"description": "Tax id of the individual or corporation used for membership identification", | ||
"type": "string" | ||
}, | ||
"name": { | ||
"description": "Name associated with the membership", | ||
"type": "string" | ||
}, | ||
"type": { | ||
"description": "Type associated with the membership", | ||
"enum": ["RETAIL", "SME", "CORPORATE"], | ||
"type": "string" | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 0 additions & 53 deletions
53
...am-compositions/events/product-catalog-egress/src/main/resources/events/product-type.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
...alog-ingress/src/main/resources/events/egress/product-catalog-ingest-completed-event.json
This file was deleted.
Oops, something went wrong.
13 changes: 0 additions & 13 deletions
13
...-catalog-ingress/src/main/resources/events/ingress/product-catalog-ingest-pull-event.json
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
...-catalog-ingress/src/main/resources/events/ingress/product-catalog-ingest-push-event.json
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...ompositions/events/product-catalog-ingress/src/main/resources/events/product-catalog.json
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...m-compositions/events/product-catalog-ingress/src/main/resources/events/product-kind.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.