tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

collectionMusts.test (1354B)


      1 {
      2   "@context": "https://www.w3.org/ns/JSONtest-v1.jsonld",
      3   "name": "A single Annotation Collection has all required keys and all collection keys used meet required value constraints",
      4   "description": "Collections of Web Annotations: <ul> <li>MUST include certain properties (keys)</li> <li>MUST satisfy model constraints on values of required and any optional Annotation keys used</li> </ul> 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.<br/><b>Please fill textarea with json-ld serialization of a single Annotation Collection description</b>",
      5   "testType": "manual",
      6   "ref": "https://www.w3.org/TR/annotation-model/",
      7   "assertions": [
      8     "collections/5.1-collectionContextValidated.json",
      9     "collections/5.1-collectionIdValidated.json",
     10     "collections/5.1-collectionTypeValidated.json",
     11     "collections/5.1-collectionLabelValidated.json",
     12     "collections/5.1-collectionTotalValidated.json",
     13     "collections/5.1-collectionFirstValidated.json",
     14     "collections/5.1-collectionLastValidated.json",
     15     "collections/3.3.1-collectionCreatedValidated.json",
     16     "collections/3.3.1-collectionModifiedValidated.json",
     17     "collections/3.3.6-collectionRightsValidated.json"
     18   ]
     19 }