tor-browser

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

3.3.5-annotationSingleMotivationImplemented.json (780B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "3.3.5-annotationSingleMotivationImplemented.json",
      4  "assertionType": "should",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "passAndContinue",
      7  "errorMessage": "  Annotation SHOULD have a motivation key with a single value from model motivation ontology.",
      8  "title": "Implements **_motivation_ key** with a **single value** that is from the **model's list of Motivations** - [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)",
      9  "description": "True when the Annotation has motivation key with a single value from model motivation ontology (Section 3.3.5)",
     10  "type": "object",
     11  "allOf": [
     12  { "$ref": "annotations.json#/definitions/singleMotivationPropertyFound" }
     13  ]
     14 }