From cc15fbf67ea852a04fb6be5372afd8f2ad9e0454 Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Thu, 26 Sep 2024 14:29:27 -0700 Subject: [PATCH] udpate properties --- .../schemas/notice_of_withdrawal.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/registry_schemas/schemas/notice_of_withdrawal.json b/src/registry_schemas/schemas/notice_of_withdrawal.json index f68d63d..d3ce76c 100644 --- a/src/registry_schemas/schemas/notice_of_withdrawal.json +++ b/src/registry_schemas/schemas/notice_of_withdrawal.json @@ -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" } } } }