tor-browser

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

5.2-pageItemsValidated.json (854B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "5.2-pageItemsValidated.json",
      4  "assertionType": "must",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "failAndContinue",
      7  "errorMessage": "ERROR: Annotation Page is missing items key or value of items key is not an array of strings of format uri and/or objects of type Annotation.",
      8  "title": "Implements **Annotation Page _items_ key** such that value of items key is an array of strings of format uri and/or objects of type Annotation - [model 5.2](https://www.w3.org/TR/annotation-model/#annotation-page)",
      9  "oneOf": [
     10      { "$ref": "collections.json#/definitions/itemsFound" },
     11      { "type": "object",
     12        "properties":
     13         {"first":
     14           { "$ref": "collections.json#/definitions/itemsFound" }
     15         },
     16        "required": [ "first" ]
     17      }
     18  ]
     19 }