Note: this will be merged into a feature branch for legal name changes to isolate legal name specific changes from main branch.
Description of changes:
Added businessName field to business schema. This will make it easier for FE & API consumers to just reference one field to retrieve the name the business is using to do business. For firms, this will be the operating name and for other business types this is the legal name.
Added businessName to business block of various schema example data templates
Pinned down jsonschema version to 4.17.3 as tests fail otherwise. 4.18.0 actually passes tests but fails linter so needed to use 4.17.3
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-schemas license (Apache 2.0).
Issue #: /bcgov/entity#5530
Note: this will be merged into a feature branch for legal name changes to isolate legal name specific changes from main branch.
Description of changes:
businessName
field to business schema. This will make it easier for FE & API consumers to just reference one field to retrieve the name the business is using to do business. For firms, this will be the operating name and for other business types this is the legal name.businessName
to business block of various schema example data templatesBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the business-schemas license (Apache 2.0).