// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`E2E lint assertions-min-length-string-error 1`] = ` validating /openapi.yaml... [1] openapi.yaml:9:16 at #/info/description Info description should be minimum 20 chars length 7 | url: http://example.xyz 8 | title: Example OpenAPI 3 definition. 9 | description: Example description | ^^^^^^^^^^^^^^^^^^^ 10 | version: '1.0' 11 | contact: Error was generated by the description-min-length assertion rule. /openapi.yaml: validated in ms ❌ Validation failed with 1 error. run \`redocly lint --generate-ignore-file\` to add all problems to the ignore file. `;