tor-browser

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

3.3.3-annotationAudienceImplemented.json (753B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "3.3.3-annotationAudienceImplemented.json",
      4  "assertionType": "may",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "passAndContinue",
      7  "errorMessage": "audience key not found. An Annotation may have one or more audience values.",
      8  "title": "Implements **_audience_ key** which has one or more values with each audience instance described using **[schema.org/Audience](http://schema.org/Audience) classes and properties** - [model 3.3.3](https://www.w3.org/TR/annotation-model/#intended-audience)",
      9  "description": "True when the Annotation has an audience key (Section 3.3.3)",
     10  "allOf":
     11    [
     12    {"$ref": "otherProperties.json#/definitions/audiencePropertyFound"}
     13    ]
     14 }