tor-browser

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

5.2-pageLabelImplemented.json (684B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "5.2-pageLabelImplemented.json",
      4  "assertionType": "may",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "passAndContinue",
      7  "errorMessage": "Annotation Page has no label key (i.e., in description of Collection included using partOf key).",
      8  "title": "Implements **Annotation Page _label_ key** (i.e., in description of Collection included using partOf key) with valid value - [model 5.1](https://www.w3.org/TR/annotation-model/#annotation-collection)",
      9  "type": "object",
     10  "properties":
     11  {
     12    "partOf":
     13           { "$ref": "collections.json#/definitions/labelFound" }
     14  },
     15  "required": [ "partOf" ]
     16 }