-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP97, 7.0.X, 7.1.10 DXP FP21, 7.1.X, 7.2.X, 7.3.X, Master
-
Component/s: REST Builder
-
Branch Version/s:7.3.x, 7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Git Pull Request:
Add an external reference in an array to any Schema (for example Fragment) like this:
segments:
items:
$ref: "../../headless-admin-user/headless-admin-user-impl/rest-openapi.yaml#Segment"
type: array
And run buildR.
The property will be transformed do
rest-openapi.yaml#Segment: items: $ref: "../../headless-admin-user/headless-admin-user-impl/rest-openapi.yaml#Segment" type: array
and the generation/build will fail