Skip to content

Commit

Permalink
udpate properties
Browse files Browse the repository at this point in the history
  • Loading branch information
kzdev420 committed Sep 26, 2024
1 parent 491a664 commit cc15fbf
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/registry_schemas/schemas/notice_of_withdrawal.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,10 @@
"properties": {
"noticeOfWithdrawal": {
"type": "object",
"required": [
"business"
],
"required": [],
"properties": {
"business": {
"$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/business#/properties/business"
},
"courtOrder": {
"$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/court_order#/properties/courtOrder"
}
"identifier": { "$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/business#/definitions/identifier" },
"courtOrder": { "$ref": "https://bcrs.gov.bc.ca/.well_known/schemas/court_order#/properties/courtOrder" }
}
}
}
Expand Down

0 comments on commit cc15fbf

Please sign in to comment.