diff --git a/tests/draft2019-09/additionalItems.json b/tests/draft2019-09/additionalItems.json index 9a7ae4f8..874613c0 100644 --- a/tests/draft2019-09/additionalItems.json +++ b/tests/draft2019-09/additionalItems.json @@ -127,23 +127,6 @@ } ] }, - { - "description": "additionalItems does not look in applicators, valid case", - "schema": { - "$schema": "https://json-schema.org/draft/2019-09/schema", - "allOf": [ - { "items": [ { "type": "integer" } ] } - ], - "additionalItems": { "type": "boolean" } - }, - "tests": [ - { - "description": "items defined in allOf are not examined", - "data": [ 1, null ], - "valid": true - } - ] - }, { "description": "additionalItems does not look in applicators, invalid case", "schema": { diff --git a/tests/draft3/additionalItems.json b/tests/draft3/additionalItems.json index ab44a2eb..7212377c 100644 --- a/tests/draft3/additionalItems.json +++ b/tests/draft3/additionalItems.json @@ -94,22 +94,6 @@ } ] }, - { - "description": "additionalItems does not look in applicators", - "schema": { - "extends": [ - { "items": [ { "type": "integer" } ] } - ], - "additionalItems": { "type": "boolean" } - }, - "tests": [ - { - "description": "items defined in extends are not examined", - "data": [ 1, null ], - "valid": true - } - ] - }, { "description": "additionalItems with heterogeneous array", "schema": { diff --git a/tests/draft4/additionalItems.json b/tests/draft4/additionalItems.json index c9e68154..fc33819b 100644 --- a/tests/draft4/additionalItems.json +++ b/tests/draft4/additionalItems.json @@ -94,22 +94,6 @@ } ] }, - { - "description": "additionalItems does not look in applicators, valid case", - "schema": { - "allOf": [ - { "items": [ { "type": "integer" } ] } - ], - "additionalItems": { "type": "boolean" } - }, - "tests": [ - { - "description": "items defined in allOf are not examined", - "data": [ 1, null ], - "valid": true - } - ] - }, { "description": "additionalItems does not look in applicators, invalid case", "schema": { diff --git a/tests/draft6/additionalItems.json b/tests/draft6/additionalItems.json index 2c7d1558..6ef4212b 100644 --- a/tests/draft6/additionalItems.json +++ b/tests/draft6/additionalItems.json @@ -117,22 +117,6 @@ } ] }, - { - "description": "additionalItems does not look in applicators, valid case", - "schema": { - "allOf": [ - { "items": [ { "type": "integer" } ] } - ], - "additionalItems": { "type": "boolean" } - }, - "tests": [ - { - "description": "items defined in allOf are not examined", - "data": [ 1, null ], - "valid": true - } - ] - }, { "description": "additionalItems does not look in applicators, invalid case", "schema": { diff --git a/tests/draft7/additionalItems.json b/tests/draft7/additionalItems.json index 2c7d1558..6ef4212b 100644 --- a/tests/draft7/additionalItems.json +++ b/tests/draft7/additionalItems.json @@ -117,22 +117,6 @@ } ] }, - { - "description": "additionalItems does not look in applicators, valid case", - "schema": { - "allOf": [ - { "items": [ { "type": "integer" } ] } - ], - "additionalItems": { "type": "boolean" } - }, - "tests": [ - { - "description": "items defined in allOf are not examined", - "data": [ 1, null ], - "valid": true - } - ] - }, { "description": "additionalItems does not look in applicators, invalid case", "schema": {