Commit Graph

3 Commits

Author SHA1 Message Date
Andriy Leliv
9ebd1a8b01 fix: schema property:example should be validated (#375)
* fix: schema property:example should be validated
* chore: schema-example separate rule
* test: example-schema: string, number, int
* chore: example object in schema test + minor rule fix
* chore: support v3.1.0
* chore: rewrite schema-example-type rule using ajv
* update tests for 3.1
* chore: no-invalid-parameter-examples rule
* fix: reporting
* chore: added disallowAdditionalProperties
* docs: rules no-invalid parameter & schema examples
2021-12-06 11:50:58 +02:00
slavikbez
8996223035 bugfix: corrected output message for bundle command 2021-09-29 11:58:06 +03:00
Sergey Dubovyk
a8588885f3 feat: add checks for schema object fields (#149)
* feat: add checks for custom constraints & schema object fields
* get rid of constraints, add minimum directly to Schema
* e2e tests
Co-authored-by: Andriy Leliv <andrii.leliv@gmail.com>
2021-09-21 21:51:09 +03:00