tor-browser

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

5.2-pageStartIndexImplemented.json (727B)


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