tor-browser

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

3.1-targetKeyFound.json (489B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "3.1-targetKeyFound.json",
      4  "assertionType": "must",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "failAndContinue",
      7  "errorMessage": "Error: Annotation is missing target  key.",
      8  "title": "Implements **_target_ key** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)",
      9  "description": "True when the Annotation has a target key (Section 3.1)",
     10  "type": "object",
     11  "required": ["target" ]
     12 }