tor-browser

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

3.3.2-annotationCreatorAgentHomepageImplemented.json (1014B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "3.3.2-annotationCreatorAgentHomepageImplemented.json",
      4  "assertionType": "may",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "passAndContinue",
      7  "errorMessage": "Homepage for Annotation Creator (Agent) not found. Agents may have one or more homepage values.",
      8  "title": "Implements Annotation-level creator (Agent) **_homepage_ key** with one or more values, each of which is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)",
      9  "description": "True when one or more homepage values for Annotation Creator (Agent) is implemented (Section 3.3.2)",
     10  "properties":
     11  {  "creator":
     12    { "oneOf":
     13      [
     14      { "$ref": "otherProperties.json#/definitions/agentHomepageFound" },
     15      { "type": "array",
     16        "minItems": 1,
     17        "not":
     18        { "items": { "not": { "$ref": "otherProperties.json#/definitions/agentHomepageFound" } } }
     19      }
     20      ]
     21    }
     22  },
     23  "required": ["creator"]
     24 }