3.2.5-bodyValueImplemented.json (651B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.1-bodyValueImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "bodyValue key not found. Annotation May have exactly one bodyValue (if no body also included).", 8 "title": "Implements **_bodyValue_ key** which 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 the Annotation implements a bodyValue key (Section 3.2.5)", 10 "allOf": 11 [ 12 { "$ref": "annotations.json#/definitions/bodyValueFound"} 13 ] 14 }