3.3.2-targCreatorAgentIdImplemented.json (1793B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.2-targCreatorAgentIdImplemented.json", 4 "assertionType": "should", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Id for Target Creator (Agent) not found or more than 1 found. Agents should have exactly one id of format uri.", 8 "title": "Implements Target-level creator (Agent) **_id_ key** with **single value** that is a **string of format uri** - [model 3.2.2](https://www.w3.org/TR/annotation-model/#agents)", 9 "description": "True when type for Target Creator (Agent) has exactly one id (Section 3.3.2)", 10 "properties": 11 { 12 "target": 13 { 14 "oneOf": [ 15 { "anyOf": [ 16 { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, 17 { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, 18 { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } 19 ] 20 }, 21 { "not": 22 { "items": 23 { "not": 24 { "anyOf": [ 25 { "$ref": "otherProperties.json#/definitions/creatorAgentWithIdFound" }, 26 { "$ref": "otherProperties.json#/definitions/sourceCreatorAgentWithIdFound" }, 27 { "$ref": "otherProperties.json#/definitions/itemCreatorAgentWithIdFound" } 28 ] 29 } 30 } 31 } 32 } 33 ] 34 } 35 }, 36 "required": [ "target" ] 37 }