oav/test/modelValidation/swaggers/specification/suppressionsWhere2
Sergey Shandar 738fa8fc90
Updage z-schema (#380)
* Handle `text-matches` in suppression.

* openapi-markdown 0.7.3

* update z-schema

* changelog

* Issue # 381

* Issue # 381
2019-01-25 11:03:49 -08:00
..
examples Updage z-schema (#380) 2019-01-25 11:03:49 -08:00
readme.md Handle `text-matches` in suppression. (#378) 2019-01-22 11:46:45 -08:00
test.json Handle `text-matches` in suppression. (#378) 2019-01-22 11:46:45 -08:00

readme.md

Suppression

directive:
  - suppress: INVALID_TYPE
    from: "test.json"
    where: "$.definitions.CheckNameAvailabilityResult.properties.nameAvailable"
  - suppress: OBJECT_ADDITIONAL_PROPERTIES
    from: "test.json"
    where: "$.definitions.CheckNameAvailabilityResult"
    text-matches: "unknownProperty"