Skip to content
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

Fix linting issues #2921

Merged
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
6 changes: 3 additions & 3 deletions docs/business.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2444,6 +2444,7 @@ paths:
/businesses:
post:
summary: save business creation filing
operationId: post-business
tags:
- business
responses:
Expand Down Expand Up @@ -4657,7 +4658,6 @@ components:
properties:
business:
$ref: '#/components/schemas/Business'
title: Provide identifier and/or taxId if already registered as extra provincial business.
foreignJurisdiction:
type: object
required:
Expand All @@ -4668,10 +4668,8 @@ components:
properties:
country:
$ref: '#/components/schemas/Foreign_jurisdiction/properties/country'
title: The jurisdiction country code.
region:
$ref: '#/components/schemas/Foreign_jurisdiction/properties/region'
title: The jurisdiction region code.
identifier:
type: string
title: Identifier of the business in the foreign jurisdiction.
Expand Down Expand Up @@ -5669,12 +5667,14 @@ components:
- $ref: '#/components/schemas/Agm_extension'
- $ref: '#/components/schemas/Agm_location_change'
- $ref: '#/components/schemas/Alteration'
- $ref: '#/components/schemas/Amalgamation_application'
- $ref: '#/components/schemas/Annual_report'
- $ref: '#/components/schemas/Change_of_address'
- $ref: '#/components/schemas/Change_of_directors'
- $ref: '#/components/schemas/Change_of_name'
- $ref: '#/components/schemas/Change_of_registration'
- $ref: '#/components/schemas/Consent_continuation_out'
- $ref: '#/components/schemas/Continuation_in'
- $ref: '#/components/schemas/Conversion'
- $ref: '#/components/schemas/Court_order'
- $ref: '#/components/schemas/Correction'
Expand Down