3.3.1-annotationGeneratedValidated.json (811B)
1 { 2 "$schema": "http://json-schema.org/draft-04/schema#", 3 "id": "3.3.1-annotationGeneratedValidated.json", 4 "assertionType": "must", 5 "expectedResult": "valid", 6 "onUnexpectedResult" : "failAndContinue", 7 "errorMessage": "ERROR: Annotation has multiple generated key values or a single generated key value that is not of format date-time.", 8 "title": "If present the Annotation-level **_generated_ key** has a **single value** that is of **format date-time** - [model 3.3.1](https://www.w3.org/TR/annotation-model/#lifecycle-information)", 9 "description": "True when no Annotation generated key present or when generated key has a single value that is of format date-time (Section 3.3.1)", 10 "type": "object", 11 "allOf": [ 12 { "$ref": "otherProperties.json#/definitions/generatedValidIfPresent" } 13 ] 14 }