From 2ad9a93aae375e9f048d722f6299a2f34194b5ca Mon Sep 17 00:00:00 2001 From: Adam Altman Date: Wed, 9 Jan 2019 21:03:59 -0600 Subject: [PATCH] Added KYC purpose --- spec/components/schemas/KycDocument.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spec/components/schemas/KycDocument.yaml b/spec/components/schemas/KycDocument.yaml index d64b28410..c76cc496c 100644 --- a/spec/components/schemas/KycDocument.yaml +++ b/spec/components/schemas/KycDocument.yaml @@ -23,6 +23,11 @@ properties: enum: - identity-proof - address-proof + purpose: + description: A brief description of the purpose (eg purchase verification, payout verification). + type: string + example: purchase + nullable: true status: description: Status of the validation type: string