Skip to content

29073 - Fix linting #233

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2025
Merged
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
12 changes: 8 additions & 4 deletions web/site/public/br/business-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down
Loading