We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In spec/namespaces/ism.yaml I tried to use $refs in path and query parameters that are repeated a lot.
Instead of:
parameters: ism.head_policy::path.policy_id: name: policy_id in: path required: true schema: type: string
I tried
parameters: ism.head_policy::path.policy_id: $ref: '../schemas/ism._common.yaml#/components/parameters/ism::path.policy_id'
This failed with an error in tests.
FAILED policy_id (Schema for "policy_id" parameter not found.)
Allow refs in parameters.
I couldn't figure out where/how to dereference these.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem?
In spec/namespaces/ism.yaml I tried to use $refs in path and query parameters that are repeated a lot.
Instead of:
I tried
This failed with an error in tests.
What solution would you like?
Allow refs in parameters.
Do you have any additional context?
I couldn't figure out where/how to dereference these.
The text was updated successfully, but these errors were encountered: