3.3.1-pageCreatedImplemented.json (1271B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.1-pageCreatedImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Valid Annotation Page-level created key (i.e., in description of Collection included using partOf key) not found. Annotation Page may have exactly one created key value inherited from Collection.", 8 "title": "Implements Annotation Page-level **_created_ 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 created key value (i.e., in description of Collection included using partOf key) (Sections 3.3.1 and 5.2)", 10 "type": "object", 11 "properties": 12 { 13 "partOf": 14 { "$ref": "#/definitions/createdImplemented" } 15 }, 16 "required": [ "partOf" ], 17 "definitions": 18 { 19 "createdImplemented": 20 { 21 "allOf": 22 [ 23 { "$ref": "otherProperties.json#/definitions/createdValidIfPresent"}, 24 { "type": "object", 25 "required" : [ "created" ] 26 } 27 ] 28 } 29 } 30 }