We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c38f commit d250fdfCopy full SHA for d250fdf
src/extension/alterschema/linter/dangling_additional_items.h
@@ -3,7 +3,7 @@ class DanglingAdditionalItems final : public SchemaTransformRule {
3
DanglingAdditionalItems()
4
: SchemaTransformRule{
5
"dangling_additional_items",
6
- "`additionalItems` is ignored when `items` is an object"} {};
+ "The `additionalItems` keyword is ignored when the `items` keyword is set to a schema"} {};
7
8
[[nodiscard]] auto
9
condition(const sourcemeta::core::JSON &schema,
0 commit comments