summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/annotation-model/annotations/annotationsAgentOptionals.test
blob: 3b6616eed80bef552d645ec1f09f3a7504879c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld",
  "name": "Annotation implements optional keys and meets optional key value constraints for Creator and Generator Agents",
  "description": "Agents (Creators, Generators) involved in an Annotation: <ul> <li>Should include certain properties (keys)</li> <li>May include additional keys</li> <li>should have Agent key values that conform to model recommended constraints</li> </ul> Note: failing an assertion indicates that a recommended or optional feature has not been implemented or has not been implemented correctly.",
  "testType": "manual",
  "skipFailures": [ "should", "may" ],
  "ref": "https://www.w3.org/TR/annotation-model/#other-properties",
  "assertions":
  [
        "annotations/3.3.1-annotationCreatorImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentIdImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentTypeImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentNicknameImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentSingleNameImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentNameImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentEmailImplemented.json",
        "annotations/3.3.2-annotationCreatorAgentEmail_sha1Implemented.json",
        "annotations/3.3.2-annotationCreatorAgentHomepageImplemented.json",
        "annotations/3.3.1-annotationGeneratorImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentIdImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentTypeImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentNicknameImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentSingleNameImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentNameImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentEmailImplemented.json",
        "annotations/3.3.2-annotationGeneratorAgentEmail_sha1Implemented.json",
        "annotations/3.3.2-annotationGeneratorAgentHomepageImplemented.json",
        "annotations/bodiesTargets/3.3.1-bodyCreator.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentIdImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentTypeImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNicknameImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentSingleNameImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentNameImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmailImplemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentEmail_sha1Implemented.json",
        "annotations/bodiesTargets/3.3.2-bodyCreatorAgentHomepageImplemented.json",
        "annotations/bodiesTargets/3.3.1-targCreator.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentIdImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentTypeImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentNicknameImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentSingleNameImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentNameImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentEmailImplemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentEmail_sha1Implemented.json",
        "annotations/bodiesTargets/3.3.2-targCreatorAgentHomepageImplemented.json"
  ]
}