Skip to content

Commit

Permalink
[CAT-1447] Rename applicant consent into builder for consistency (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido authored Oct 21, 2024
1 parent e5045f1 commit 10f8380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schemas/applicants/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ applicant_request:
type: array
description: The applicant's consents
items:
$ref: "#/applicant_consent"
$ref: "#/applicant_consent_builder"
address:
$ref: ../address/address_builder.yaml
location:
Expand Down Expand Up @@ -87,7 +87,7 @@ applicant_last_name:
pattern: ^[^!#$%*=<>;{}"]*$
description: The applicant's surname

applicant_consent:
applicant_consent_builder:
type: object
required:
- name
Expand Down

0 comments on commit 10f8380

Please sign in to comment.