tor-browser

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

3.1-bodyKeyFound.json (472B)


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