tor-browser

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

5.1-collectionTotalValidated.json (579B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "5.1-collectionTotalValidated.json",
      4  "assertionType": "must",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "failAndContinue",
      7  "errorMessage": "ERROR: Annotation Collection has total key with non-numeric value, a negative numeric value, or more than one value.",
      8  "title": "**Annotation Collection _total_ key**, if present, is **a non-negative integer value** - [model 5.1](https://www.w3.org/TR/annotation-model/#annotation-collection)",
      9  "$ref": "collections.json#/definitions/totalDefinition"
     10 }