3.3.1-pageModifiedImplemented.json (1268B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.1-pageModifiedImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Valid Annotation Page-level modified key (i.e., in description of Collection included using partOf key) not found. Annotation Page may have zero or exactly one modified key value inherited from Collection.", 8 "title": "Implements Annotation Page-level **_modified_ key** (i.e., in description of Collection included using partOf key) which has a **single value** that is a **string of format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", 9 "description": "True when the Annotation Page implements exactly one modified key value (i.e., in description of Collection included using partOf key) (Section 3.3.1, 5.2)", 10 "type": "object", 11 "properties": 12 { 13 "partOf": 14 { "$ref": "#/definitions/modifiedImplemented" } 15 }, 16 "required": [ "partOf" ], 17 "definitions": 18 { 19 "modifiedImplemented": 20 { 21 "allOf": 22 [ 23 { "$ref": "otherProperties.json#/definitions/modifiedValidIfPresent"}, 24 { "type": "object", 25 "required": [ "modified" ] } 26 ] 27 } 28 } 29 }