Skip to content

Commit

Permalink
fix rules and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamaltman committed Apr 22, 2024
1 parent 0ef7c75 commit f292505
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions configurable-rules/json-schema-misconfigurations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ The second rule checks that an array isn't using the `properties` keyword.
rule/json-schema-array-misconfiguration:
subject:
type: Schema
property:
- properties
where:
- subject:
type: Schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ rules:
assertions:
disallowed:
- properties
- foo
rule/json-schema-object-misconfiguration:
subject:
type: Schema
Expand All @@ -38,5 +37,4 @@ rules:
const: object
assertions:
disallowed:
- items
- foo
- items

0 comments on commit f292505

Please sign in to comment.