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
Composite examples are not handled:
openapi: 3.0.1 info: title: Hello World API description: A sample API to demonstrate authentication and connectivity version: '1.0' paths: /hello-world: put: operationId: hello-world requestBody: content: application/json: schema: type: object properties: name: type: string example: name: "Foo" responses: '200': description: updated
Output:
ExampleValue can only be a primitive or an array, found {"name":"Foo"}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Composite examples are not handled:
Output:
The text was updated successfully, but these errors were encountered: