1{
2  "$schema": "http://json-schema.org/draft-04/schema#",
3  "id": "4.4-annotationStylesheetImplemented.json",
4  "assertionType": "may",
5  "expectedResult": "valid",
6  "onUnexpectedResult" : "passAndContinue",
7  "errorMessage": "stylesheet key with exactly one value not found. Annotation may have stylesheet key with exactly one value.",
8  "title": "Implements **_stylesheet_ key** which has a **single value** that is an **object or string of format uri**. [model 4.4](https://www.w3.org/TR/annotation-model/#styles)",
9  "description": "True when the Annotation implements stylesheet key with exactly one value (object or string of format uri)(Section 4.4)",
10  "allOf":
11    [
12    { "$ref": "annotations.json#/definitions/stylesheetDetected"}
13    ]
14}
15