tor-browser

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

5.2-pagePrevImplemented.json (683B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "5.2-pagePrevImplemented.json",
      4  "assertionType": "may",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "passAndContinue",
      7  "errorMessage": "Annotation Page has no prev key.",
      8  "title": "Implements **Annotation Page _prev_ key** with valid value of string of format uri - [model 5.2](https://www.w3.org/TR/annotation-model/#annotation-page)",
      9  "oneOf": [
     10      { "$ref": "collections.json#/definitions/prevFound" },
     11      { "type": "object",
     12        "properties":
     13         {"first":
     14           { "$ref": "collections.json#/definitions/prevFound" }
     15         },
     16        "required": [ "first" ]
     17      }
     18  ]
     19 }