mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 20:57:44 +00:00
26 lines
495 B
JavaScript
26 lines
495 B
JavaScript
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`E2E lint operation-security-defined-warning 1`] = `
|
|
|
|
validating /openapi.yaml...
|
|
[1] openapi.yaml:17:5 at #/security/0/app_id
|
|
|
|
There is no \`app_id\` security scheme defined.
|
|
|
|
15 | description: example description
|
|
16 | security:
|
|
17 | - app_id: []
|
|
| ^^^^^^
|
|
18 |
|
|
|
|
Warning was generated by the security-defined rule.
|
|
|
|
|
|
/openapi.yaml: validated in <test>ms
|
|
|
|
Woohoo! Your API description is valid. 🎉
|
|
You have 1 warning.
|
|
|
|
|
|
`;
|