3.3.2-targCreatorAgentEmail_sha1Implemented.json (1825B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.2-targCreatorAgentEmail_sha1Implemented.json", 4 "assertionType": "may", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Email_sha1 for Target Creator (Agent) not found. Agents may have one or more email_sha1 values.", 8 "title": "Implements Target-level creator (Agent) **email_sha1 key** with one or more values - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", 9 "description": "True when one or more email_sha1 values for Target Creator (Agent) is implemented (Section 3.3.2)", 10 "properties": 11 { 12 "target": 13 { 14 "oneOf": [ 15 { "anyOf": [ 16 { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, 17 { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, 18 { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } 19 ] 20 }, 21 { "not": 22 { "items": 23 { "not": 24 { "anyOf": [ 25 { "$ref": "otherProperties.json#/definitions/creatorAgentWithEmail_sha1Found" }, 26 { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithEmail_sha1Found" }, 27 { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithEmail_sha1Found" } 28 ] 29 } 30 } 31 } 32 } 33 ] 34 } 35 }, 36 "required": [ "target" ] 37 }