tor-browser

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

3.2.5-bodyValueValidated.json (710B)


      1 {
      2  "$schema": "http://json-schema.org/draft-04/schema#",
      3  "id": "3.2.5-bodyValueValidated.json",
      4  "assertionType": "must",
      5  "expectedResult": "valid",
      6  "onUnexpectedResult" : "failAndContinue",
      7  "errorMessage": "ERROR: Annotation has multiple bodyValue key values or a single bodyValue key value that is not of type string.",
      8  "title": "If present the **_bodyValue_ key** has a **single value** that is a **string** - [model 3.2.5](https://www.w3.org/TR/annotation-model/#string-body)",
      9  "description": "True when no Annotation bodyValue or the Annotation bodyValue key value is a single string (Section 3.2.5)",
     10  "allOf": [
     11  { "$ref": "annotations.json#/definitions/bodyValueValidIfPresent" }
     12  ]
     13 }