diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json')
-rw-r--r-- | testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json new file mode 100644 index 000000000..031beec90 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.2.8-targComposite.json @@ -0,0 +1,28 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "3.2.8-targComposite.json", + "assertionType": "may", + "expectedResult": "valid", + "onUnexpectedResult" : "passAndContinue", + "errorMessage": "A Composite resource may be used as an Annotation Target (not found).", + "title": "Implements **Composite** with **_type_ and _items_ keys** as a target of the Annotation [model 3.2.8](https://www.w3.org/TR/annotation-model/#sets-of-targets-and-targets)", + "description": "True when Annotation includes one or more Composite resources as Annotation target(ies). (Section 3.2.8)", + "type": "object", + "properties": + { + "target": + { + "oneOf": [ + { "$ref": "choiceSet.json#/definitions/compositeDetected" }, + { "not": + { + "items": + { "not": + { "$ref": "choiceSet.json#/definitions/compositeDetected" } + } + } + } + ] + } + } +}
\ No newline at end of file |