5.2-pageNextImplemented.json (683B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "5.2-pageNextImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Annotation Page has no next key.", 8 "title": "Implements **Annotation Page _next_ key** with valid value of string of format uri - [model 5.2](https://www.w3.org/TR/annotation-model/#annotation-page)", 9 "oneOf": [ 10 { "$ref": "collections.json#/definitions/nextFound" }, 11 { "type": "object", 12 "properties": 13 {"first": 14 { "$ref": "collections.json#/definitions/nextFound" } 15 }, 16 "required": [ "first" ] 17 } 18 ] 19 }