12 lines
472 B
JSON
12 lines
472 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-04/schema#",
|
|
"id": "3.1-bodyKeyFound.json",
|
|
"assertionType": "should",
|
|
"expectedResult": "valid",
|
|
"onUnexpectedResult" : "passAndContinue",
|
|
"errorMessage": "Annotation Should have a body.",
|
|
"title": "Implements **_body_ key** - [model 3.1](https://www.w3.org/TR/annotation-model/#annotations)",
|
|
"description": "True when the Annotation has a body key (Section 3.1)",
|
|
"type": "object",
|
|
"required": ["body" ]
|
|
}
|