From d8e7fc22522cd95e55b78b188c5b7067d21085b8 Mon Sep 17 00:00:00 2001 From: AimeeGao Date: Fri, 20 Jun 2025 14:42:23 -0700 Subject: [PATCH] Fix linting --- web/site/public/br/business-spec.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web/site/public/br/business-spec.yaml b/web/site/public/br/business-spec.yaml index 767ec6c..6d8cc79 100644 --- a/web/site/public/br/business-spec.yaml +++ b/web/site/public/br/business-spec.yaml @@ -5302,10 +5302,12 @@ components: - firstName - lastName deliveryAddress: - $ref: '#/components/schemas/Address' + allOf: + - $ref: '#/components/schemas/Address' description: 'Standard address format: apartment, unit, or street address number and street name. City, province or territory code, country, postal code and instructions for delivery. Required for Change of Directors filing and Annual Report filing.' mailingAddress: - $ref: '#/components/schemas/Address' + allOf: + - $ref: '#/components/schemas/Address' description: 'Standard address format: apartment, unit, or street address number and street name. City, province or territory code, country, postal code and instructions for delivery. Required for Change of Directors filing and Annual Report filing.' title: type: string @@ -5431,7 +5433,8 @@ components: $ref: '#/components/schemas/Court_order' custodialOffice: description: 'Corporations required custodial office when applying for voluntary dissolution.' - $ref: '#/components/schemas/Office' + allOf: + - $ref: '#/components/schemas/Office' affidavitFileKey: type: string title: The Identifier for affidavit file in file server @@ -6522,7 +6525,8 @@ components: - $ref: '#/components/schemas/Business' description: Officer is a key management executive of the business deliveryAddress: - $ref: '#/components/schemas/Address' + allOf: + - $ref: '#/components/schemas/Address' description: 'Required when the role type is Director or Custodian.' mailingAddress: $ref: '#/components/schemas/Address'