3.3.1-pageCreatorImplemented.json (1096B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.1-pageCreatorImplemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Valid Annotation Page-level creator key (i.e., in description of Collection included using partOf key) not found. Annotation Page may have zero or more creators inherited from Collection.", 8 "title": "Implements **Annotation Page-level _creator_ key** (i.e., in description of Collection included using partOf key) which has one or more values, each of which is a **string of format uri** or an **object** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", 9 "type": "object", 10 "properties": 11 { 12 "partOf": 13 { "$ref": "#/definitions/creatorImplemented" } 14 }, 15 "required": [ "partOf" ], 16 "definitions": 17 { 18 "creatorImplemented": 19 { 20 "allOf": 21 [ 22 { "$ref": "otherProperties.json#/definitions/creatorValidIfPresent"}, 23 { "type": "object", 24 "required": [ "creator" ] } 25 ] 26 } 27 } 28 }