diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/testing/web-platform/tests/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json b/testing/web-platform/tests/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json deleted file mode 100644 index 1735eb045..000000000 --- a/testing/web-platform/tests/annotation-model/annotations/specificResource/4.2.6-dataPositionSelector.json +++ /dev/null @@ -1,112 +0,0 @@ -{ - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "4.2.6-dataPositionSelector.json", - "assertionType": "may", - "expectedResult": "valid", - "onUnexpectedResult" : "passAndContinue", - "errorMessage": "The description of a Specific Resource may include dataPositionSelector .", - "title": "Implements **Specific Resource Data Position Selector** - [model 4.2.6](https://www.w3.org/TR/annotation-model/#data-position-selector)", - "description": "True when Annotation includes one or more Specific Resources, one or more of which includes a dataPositionSelector. (Section 4.2.6)", - "type": "object", - "anyOf": - [ - { "properties": - { "body": - { "oneOf": - [ - { "type": "object", - "oneOf": - [ - { "$ref": "#/definitions/selectorSchema" }, - { "$ref": "#/definitions/itemSchema" } - ] - }, - { "type": "array", - "minItems": 1, - "not": - { "items": - { "not": - { "oneOf": - [ - { "$ref": "#/definitions/selectorSchema" }, - { "$ref": "#/definitions/itemSchema" } - ] - } - } - } - } - ] - } - }, - "required": [ "body" ] - }, - { "properties": - { "target": - { "oneOf": - [ - { "type": "object", - "oneOf": - [ - { "$ref": "#/definitions/selectorSchema" }, - { "$ref": "#/definitions/itemSchema" } - ] - }, - { "type": "array", - "minItems": 1, - "not": - { "items": - { "not": - { "oneOf": - [ - { "$ref": "#/definitions/selectorSchema" }, - { "$ref": "#/definitions/itemSchema" } - ] - } - } - } - } - ] - } - } - } - ], - "definitions": - { - "selectorSchema": - { "type": "object", - "properties": - { "selector": - { "oneOf": - [ - { "type": "object", - "$ref": "specificResource.json#/definitions/dataPositionSelectorDetected" - }, - { "type": "array", - "minItems": 1, - "not": - { "items": - { "not": { "$ref": "specificResource.json#/definitions/dataPositionSelectorDetected" } } - } - } - ] - } - }, - "required": [ "selector" ] - }, - - "itemSchema": - { "type": "object", - "properties": - { "items": - { "type": "array", - "minItems": 1, - "not": - { "items": - { "not": { "$ref": "#/definitions/selectorSchema" } } - } - } - }, - "required": [ "items" ] - } - } -}
\ No newline at end of file |