RegEx issue with Stock Tank Analysis
Description
The WPC schema regex for the ID is:
^[\\w\\-\\.]+:work-product-component\\-\\-StockTankAnalysis:[\\w\\-\\.\\:\\%]+$
but in the content schema, the regex is:
^[\\w\\-\\.]+:work-product-component--StockTankOilAnalysisTest:[\\w\\-\\.\\:\\%]+:[0-9]*$
Looks like the WPC schema is registered via the postman collection as rafsddms:wks:work-product-component--StockTankAnalysis:1.0.0. As this is the only one without "Test" at the end I assume it was an oversight and we should change the WPC vs. the content schema.
Needed Fix
Change WPC Schema regex to:
^[\\w\\-\\.]+:work-product-component\\-\\-StockTankOilAnalysisTest:[\\w\\-\\.\\:\\%]+$
Edited by Michael Jones