5.2-pageFirstImplemented.json (686B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "5.2-pageFirstImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Annotation Page has no first key (i.e., in description of Collection included using partOf key).", 8 "title": "Implements **Annotation Page _first_ key** (i.e., in description of Collection included using partOf key) with valid value - [model 5.1](https://www.w3.org/TR/annotation-model/#annotation-collection)", 9 "type": "object", 10 "properties": 11 { 12 "partOf": 13 { "$ref": "collections.json#/definitions/firstFound" } 14 }, 15 "required": [ "partOf" ] 16 }