summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json')
-rw-r--r--testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json
new file mode 100644
index 000000000..7d4376ae0
--- /dev/null
+++ b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/3.3.7-bodyCanonical.json
@@ -0,0 +1,38 @@
+{
+ "$schema": "http://json-schema.org/draft-04/schema#",
+ "id": "3.3.7-bodyCanonical.json",
+ "assertionType": "may",
+ "expectedResult": "valid",
+ "onUnexpectedResult" : "passAndContinue",
+ "errorMessage": "The description of a body rresource may include canonical key with a single value that is of format uri.",
+ "title": "Implements **body _canonical_ key** with a **single value** that is of **format uri** [model 3.3.7](https://www.w3.org/TR/annotation-model/#bodies-and-targets)",
+ "description": "True when Annotation includes one or more bodies, one or more of which include canonical key with a single value of format uri. (Section 3.3.7)",
+ "type": "object",
+ "required": ["body"],
+ "properties":
+ {
+ "body":
+ {
+ "oneOf": [
+ { "anyOf": [
+ { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" },
+ { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" },
+ { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" }
+ ]
+ },
+ { "not":
+ { "items":
+ { "not":
+ { "anyOf": [
+ { "$ref": "otherProperties.json#/definitions/canonicalPropertyFound" },
+ { "$ref": "otherProperties.json#/definitions/itemCanonicalPropertyFound" },
+ { "$ref": "otherProperties.json#/definitions/sourceCanonicalPropertyFound" }
+ ]
+ }
+ }
+ }
+ }
+ ]
+ }
+ }
+} \ No newline at end of file