Skip to content

Commit

Permalink
19043 amalgamating business role primary
Browse files Browse the repository at this point in the history
  • Loading branch information
vysakh-menon-aot committed Jan 26, 2024
1 parent 322d995 commit a39253e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/registry_schemas/example_data/schema_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2878,7 +2878,7 @@
('specialResolution', SPECIAL_RESOLUTION),
('changeOfName', CHANGE_OF_NAME),
('incorporationApplication', STUB_FILING),
('amalgamationApplication', STUB_FILING),
('amalgamationApplication', AMALGAMATION_APPLICATION),
('dissolved', STUB_FILING),
('amendedAGM', STUB_FILING),
('restoration', RESTORATION),
Expand Down
10 changes: 5 additions & 5 deletions src/registry_schemas/schemas/amalgamation_application.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"properties": {
"amalgamationApplication": {
"type":"object",
"type": "object",
"required": [
"type",
"amalgamatingBusinesses",
Expand Down Expand Up @@ -52,13 +52,14 @@
"role": {
"type": "string",
"enum": [
"amalgamating",
"holding",
"amalgamating"
"primary"
]
},
"identifier": { "type": "string" },
"foreignJurisdiction": {
"$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/foreign_jurisdiction"
"foreignJurisdiction": {
"$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/foreign_jurisdiction"
},
"legalName": { "type": "string" },
"corpNumber": { "type": "string" }
Expand Down Expand Up @@ -103,7 +104,6 @@
"type": "boolean"
}
}

}
}
}
2 changes: 1 addition & 1 deletion src/registry_schemas/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
"""


__version__ = '2.18.18' # pylint: disable=invalid-name
__version__ = '2.18.19' # pylint: disable=invalid-name

0 comments on commit a39253e

Please sign in to comment.