blob: 0eee805921e279b99863323001940789af1d5db8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "5.1-collectionFirstImplemented.json",
"assertionType": "may",
"expectedResult": "valid",
"onUnexpectedResult" : "passAndContinue",
"errorMessage": "Annotation Collection is allowed exactly one first key.",
"title": "Implements **Annotation Collection _first_ key** - [model 5.1](https://www.w3.org/TR/annotation-model/#annotation-collection)",
"$ref": "collections.json#/definitions/firstFound"
}
|