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
When my spec have a externalValue keyword the sample is not retrieved.
When I have this spec:
openapi: 3.0.3 info: title: A minimal OpenAPI document version: 0.0.1 description: description license: name: Apache 2.0 url: 'http://www.apache.org/licenses/LICENSE-2.0.html' servers: - url: /api/v1 description: description paths: /sample: post: summary: Sample request operationId: sample requestBody: content: application/json: schema: properties: responsavel: type: object properties: cnpj: type: string title: CNPJ example: '00000000000191' examples: sample1: externalValue: '../v1/examples/obrigatorios.json' responses: '200': description: Updated '404': description: Not found
When I try to show the example in request Payload doesn't work.
The sample is show correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When my spec have a externalValue keyword the sample is not retrieved.
Context
When I have this spec:
Current Behavior
When I try to show the example in request Payload doesn't work.

Expected Behavior
The sample is show correctly.
Possible Workaround/Solution
Steps to Reproduce
Environment
The text was updated successfully, but these errors were encountered: