From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- .../annotation-model/collections/collectionMusts.test | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing/web-platform/tests/annotation-model/collections/collectionMusts.test (limited to 'testing/web-platform/tests/annotation-model/collections/collectionMusts.test') diff --git a/testing/web-platform/tests/annotation-model/collections/collectionMusts.test b/testing/web-platform/tests/annotation-model/collections/collectionMusts.test new file mode 100644 index 0000000000..31864b784f --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/collectionMusts.test @@ -0,0 +1,19 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Collection has all required keys and all collection keys used meet required value constraints", + "description": "Collections of Web Annotations: Note: Implementation of optional Annotation Collection keys (features), optional constraints on key values, and optional keys and constraints on Agents involved in an Annotation Collection checked by other tests.
Please fill textarea with json-ld serialization of a single Annotation Collection description", + "testType": "manual", + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/5.1-collectionContextValidated.json", + "collections/5.1-collectionIdValidated.json", + "collections/5.1-collectionTypeValidated.json", + "collections/5.1-collectionLabelValidated.json", + "collections/5.1-collectionTotalValidated.json", + "collections/5.1-collectionFirstValidated.json", + "collections/5.1-collectionLastValidated.json", + "collections/3.3.1-collectionCreatedValidated.json", + "collections/3.3.1-collectionModifiedValidated.json", + "collections/3.3.6-collectionRightsValidated.json" + ] +} -- cgit v1.2.3