3.3.1-annotationSingleCreatorImplemented.json (612B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.1-annotationSingleCreatorImplemented.json", 4 "assertionType": "should", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "passAndContinue", 7 "errorMessage": "Annotation SHOULD have a creator key with a single value.", 8 "title": "Implements Annotation-level **_creator_ key** with a **single value** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", 9 "description": " (Section 3.3.1)", 10 "type": "object", 11 "allOf": [ 12 { "$ref": "otherProperties.json#/definitions/singleCreatorPropertyFound" } 13 ] 14 }