From 43a97878ce14b72f0981164f87f2e35e14151312 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:22:09 +0200 Subject: Adding upstream version 110.0.1. Signed-off-by: Daniel Baumann --- .../4-bodySpecificResourceNoValue.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json (limited to 'testing/web-platform/tests/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json') diff --git a/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json new file mode 100644 index 0000000000..bff1e8c642 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/annotations/bodiesTargets/4-bodySpecificResourceNoValue.json @@ -0,0 +1,23 @@ +{ + "$schema": "http://json-schema.org/draft-04/schema#", + "id": "4-bodySpecificResourceNoValue.json", + "assertionType": "must", + "expectedResult": "valid", + "onUnexpectedResult" : "failAndContinue", + "errorMessage": "An Specific Resource body cannot include a value key. value key is only valid with Embedded Textual Body.", + "title": "If a **Specific Resource** is a body, it does NOT have a **_value_ key** - [model 4](https://www.w3.org/TR/annotation-model/#specific-resources)", + "description": "True when no Specific Resource bodies or when none of the Specific Resource bodies include the value key. (Section 4)", + "type": "object", + "properties": + { + "body": + { + "allOf": [ + { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/specificResourceWithValue" } } }, + { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } }, + { "items": { "not": { "$ref": "specificResource.json#/definitions/itemSRWithValue" } } } + ] + } + } +} \ No newline at end of file -- cgit v1.2.3