When creating virtual service even after the swagger 3.0 patch. But it was impossible.
In the yaml file, there were $ref definitions in the "parameters:" part like:
parameters:
- $ref: '../common/commonComponents.yaml#/components/parameters/x-messageId'
- $ref: '../common/commonComponents.yaml#/components/parameters/x-appCorrelationId'
- $ref: '../common/commonComponents.yaml#/components/parameters/x-originatingSystemId'
- $ref: '../common/commonComponents.yaml#/components/parameters/x-originatingDeviceId'
- $ref: '../common/commonComponents.yaml#/components/parameters/x-consumerType'
- $ref: '../common/commonComponents.yaml#/components/parameters/x-channelType'
These are not part of schema.
Release : 10.6
Component : CA Service Virtualization
The way for defining the parameters are defined is not supported by Devtest, because DevTest cannot resolve the component specified as parameters.