diff options
Diffstat (limited to 'testing/web-platform/tests/annotation-model/collections/collectionOptionals.test')
-rw-r--r-- | testing/web-platform/tests/annotation-model/collections/collectionOptionals.test | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test b/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test new file mode 100644 index 0000000000..5a75eb6bc6 --- /dev/null +++ b/testing/web-platform/tests/annotation-model/collections/collectionOptionals.test @@ -0,0 +1,25 @@ +{ + "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld", + "name": "A single Annotation Collection implements optional keys and meets optional key value constraints", + "description": "A Collection of Web Annotations: <ul> <li>Should include certain properties (keys)</li> <li>May include additional keys</li> <li>May have creator Agent key values that conform to model recommended constraints</li></ul> Note: failing an assertion indicates only that a recommended or optional feature has not been implemented or has not been implemented correctly. <br/><b>Please fill textarea with json-ld serialization of a single Annotation Collection description</b>", + "testType": "manual", + "skipFailures": [ "should", "may" ], + "ref": "https://www.w3.org/TR/annotation-model/", + "assertions": [ + "collections/5.1-collectionLabelImplemented.json", + "collections/5.1-collectionLastImplemented.json", + "collections/5.1-collectionTotalImplemented.json", + "collections/5.1-collectionFirstImplemented.json", + "collections/3.3.1-collectionModifiedImplemented.json", + "collections/3.3.1-collectionCreatorImplemented.json", + "collections/3.3.1-collectionCreatedImplemented.json", + "collections/3.3.6-collectionRightsImplemented.json", + "collections/3.3.2-collectionCreatorAgentEmail_sha1Implemented.json", + "collections/3.3.2-collectionCreatorAgentEmailImplemented.json", + "collections/3.3.2-collectionCreatorAgentHomepageImplemented.json", + "collections/3.3.2-collectionCreatorAgentIdImplemented.json", + "collections/3.3.2-collectionCreatorAgentNameImplemented.json", + "collections/3.3.2-collectionCreatorAgentNicknameImplemented.json", + "collections/3.3.2-collectionCreatorAgentTypeImplemented.json" + ] +} |