fix: show 'referenced from' in the lint error message

This commit is contained in:
Anton Kozachuk
2022-08-29 16:16:53 +03:00
committed by Roman Hotsiy
parent a879b665fc
commit a97be43dce
17 changed files with 212 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ Example value must conform to the schema: type must be array.
35 | responses:
36 | '200':
referenced from openapi.yaml:29:19
referenced from openapi.yaml:29:19 at #/paths/~1my_post/post/requestBody/content/application~1json/schema/properties/my_list
Error was generated by the no-invalid-schema-examples rule.