Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/attempts-api/schemas/events/IdentityProofingEvents.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
properties:
idv-address-submitted:
$ref: './identity-proofing/IdvAddressSubmitted.yml'
idv-document-uploaded:
$ref: './identity-proofing/IdvDocumentUploaded.yml'
idv-document-upload-submitted:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
description: |
User manually submitted an IdV address
allOf:
- $ref: '../shared/EventProperties.yml'
- type: object
properties:
address:
type: string