blob: 8c9ba13f8a9afb443620868c5dcd87c083202a00 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$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" ]
}
|