AWS M12 Well Delivery Non Valid response

When attempting to validate the well delivery for AWS M12, the UC1-entity_create wellboreplanning returns a invalid response.

The postman collection used: https://community.opengroup.org/osdu/platform/pre-shipping/-/blob/main/R3-M12/AWS-M12/DDMS%20Well%20Delivery/AWS_OSDUR3M12_WellDeliveryDDMS_Collection.postman_collection

When executing the UC1-entity_create wellboreplanning the following response is returned:

  "valid": false,
  "errors": [
    "$.data.WellPlanningWellID: does not match the regex pattern ^[\\w\\-\\.]+:master-data\\-\\-WellPlanningWell:[\\w\\-\\.\\:\\%]+:[0-9]*$",
    "$.data.WellboreID: does not match the regex pattern ^[\\w\\-\\.]+:master-data\\-\\-Wellbore:[\\w\\-\\.\\:\\%]+:[0-9]*$"
  ],

The error response indicates that the WellPLanningWelllID and WellboreID are invalid, however, they appear to be specified correctly image

The full details of the requests and their responses can be found in the attached document:AWS_M12_Well_Delivery_Failed_Test.docx