Source code
Revision control
Copy as Markdown
Other Tools
{
"id": "3.3.5-targPurpose.json",
"assertionType": "may",
"expectedResult": "valid",
"onUnexpectedResult" : "passAndContinue",
"errorMessage": "The description of a Target may include purpose key with one or more values that are each drawn from model's list of Motivations.",
"title": "Implements **target _purpose_ key** with one or more values are each drawn from **model's list of Motivations** [model 3.3.5](https://www.w3.org/TR/annotation-model/#motivation-and-purpose)",
"description": "True when Annotation includes one or more Targets, one or more of which include purpose key with one or more values that are each drawn from model's list of Motivations. (Section 3.3.5)",
"type": "object",
"properties":
{
"target":
{
"oneOf": [
{ "anyOf": [
{ "$ref": "otherProperties.json#/definitions/purposePropertyFound" },
{ "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" }
]
},
{ "not":
{ "items":
{ "not":
{ "anyOf": [
{ "$ref": "otherProperties.json#/definitions/purposePropertyFound" },
{ "$ref": "otherProperties.json#/definitions/itemPurposePropertyFound" }
]
}
}
}
}
]
}
},
"required": [ "target" ]
}