diff --git a/docs/attempts-api/schemas/events/IdentityProofingEvents.yml b/docs/attempts-api/schemas/events/IdentityProofingEvents.yml index 8c77a0873eb..41bd70c7993 100644 --- a/docs/attempts-api/schemas/events/IdentityProofingEvents.yml +++ b/docs/attempts-api/schemas/events/IdentityProofingEvents.yml @@ -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: diff --git a/docs/attempts-api/schemas/events/identity-proofing/IdvAddressSubmitted.yml b/docs/attempts-api/schemas/events/identity-proofing/IdvAddressSubmitted.yml new file mode 100644 index 00000000000..f47f11085ae --- /dev/null +++ b/docs/attempts-api/schemas/events/identity-proofing/IdvAddressSubmitted.yml @@ -0,0 +1,8 @@ +description: | + User manually submitted an IdV address +allOf: + - $ref: '../shared/EventProperties.yml' + - type: object + properties: + address: + type: string \ No newline at end of file